iiRecord
Agentic AI Atlas · specializations/gpu-programming/performance-profiling-analysis
lib-process:gpu-programming--performance-profiling-analysisa5c.ai
II.
LibraryProcess JSON

lib-process:gpu-programming--performance-profiling-analysis

Structured · live

specializations/gpu-programming/performance-profiling-analysis json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:gpu-programming--performance-profiling-analysis",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/gpu-programming/performance-profiling-analysis",
    "description": "Performance Profiling and Analysis - Comprehensive workflow for profiling GPU applications,\nidentifying bottlenecks, and measuring performance against theoretical limits.",
    "libraryPath": "library/specializations/gpu-programming/performance-profiling-analysis.js",
    "specialization": "gpu-programming",
    "references": [
      "- Nsight Systems Documentation: https://docs.nvidia.com/nsight-systems/",
      "- Nsight Compute Documentation: https://docs.nvidia.com/nsight-compute/",
      "- Roofline Model: https://crd.lbl.gov/divisions/amcr/computer-science-amcr/par/research/roofline/"
    ],
    "example": "const result = await orchestrate('specializations/gpu-programming/performance-profiling-analysis', {\n  projectName: 'neural_network_ops',\n  targetKernels: ['conv2d', 'gemm', 'relu'],\n  profilingTool: 'nsight-compute',\n  createRoofline: true\n});",
    "usesAgents": [
      "gpu-performance-engineer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:gpu-programming--performance-profiling-analysis",
      "to": "skill-area:cuda-kernels",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:gpu-programming--performance-profiling-analysis",
      "to": "skill-area:compute-shaders",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:gpu-programming--performance-profiling-analysis",
      "to": "domain:scientific-computing",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:gpu-programming--performance-profiling-analysis",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:gpu-programming--performance-profiling-analysis",
      "to": "role:ml-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:gpu-programming--performance-profiling-analysis",
      "to": "workflow:performance-profiling-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:gpu-programming--performance-profiling-analysis",
      "to": "specialization:gpu-programming",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:gpu-programming--performance-profiling-analysis",
      "to": "lib-agent:gpu-programming--gpu-performance-engineer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}