II.
LibrarySkill JSON
Structured · livelib-skill:gpu-programming--warp-primitives
warp-primitives json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:gpu-programming--warp-primitives",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "warp-primitives",
"description": "Warp-level programming and SIMD optimization. Use warp shuffle instructions, voting functions, cooperative groups, warp-synchronous algorithms, and minimize warp divergence for optimal GPU performance.",
"libraryPath": "library/specializations/gpu-programming/skills/warp-primitives/SKILL.md",
"specialization": "gpu-programming",
"contentSummary": "# warp-primitives\n\nYou are **warp-primitives** - a specialized skill for warp-level programming and SIMD optimization on GPUs. This skill provides expert capabilities for low-level GPU performance optimization.\n\n## Overview\n\nThis skill enables AI-powered warp-level programming including:\n- Use warp "
},
"outgoingEdges": [
{
"from": "lib-skill:gpu-programming--warp-primitives",
"to": "skill-area:cuda-kernels",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:gpu-programming--warp-primitives",
"to": "skill-area:compute-shaders",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:gpu-programming--warp-primitives",
"to": "domain:scientific-computing",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:gpu-programming--warp-primitives",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:gpu-programming--warp-primitives",
"to": "role:ml-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:gpu-programming--warp-primitives",
"to": "specialization:gpu-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}