high performance computing skills

36 tagged high performance computing, measured the same way as everything else here.

Browse within: cuda 35gpu-kernels 35kernel-optimization 35llm-agents 35

fix-ci

01

CliMA/ClimaCore.jl

Skill Claude CodeCodex

Fix CI failures and performance regressions for a Julia package PR by iterating - triage the latest CI results, fix one root cause, verify locally, push. Use when a PR's GitHub Actions or Buildkite CI is failing, or when CI jobs run slower than they do on the main branch. Verifies CPU and GPU compilation locally…

115 yesterday A 84 tokens copy · 100% Apache-2.0

tensormux/kernel-skills

Skill Claude CodeCodex

Guide the agent through selecting the correct and efficient thread block dimensions and grid dimensions for a CUDA kernel, covering occupancy analysis, register and shared memory constraints, tail effects, persistent kernels, and when to use cudaOccupancyMaxActiveBlocksPerMultiprocessor as a decision tool.

70 +1 2mo ago A 0 tokens original MIT

tensormux/kernel-skills

Skill Claude CodeCodex

Guide the agent through implementing a Triton kernel that writes newly computed K and V tensors into a pre-allocated KV cache during LLM inference. This covers two cache layouts (contiguous and paged / vLLM-style PagedAttention), unified prefill and decode handling via a slotmapping tensor, GQA/MQA where the cache…

70 +1 2mo ago A 0 tokens original MIT

tensormux/kernel-skills

Skill Claude CodeCodex

Guide the agent through implementing a correct Triton kernel that applies Rotary Position Embeddings (RoPE) to query and key tensors before attention. This covers the two incompatible layout conventions (GPT-NeoX/HuggingFace-LLaMA vs GPT-J/original-paper), pre-computed cos/sin table consumption, per-token position…

70 +1 2mo ago A 0 tokens original MIT