Skill Claude CodeCodex
A complete workflow for adapting machine-learning models to an NPU, a processor designed for neural-network calculations. It covers setup, model weights, inference code, and accuracy checks.
Skill Claude CodeCodex
A complete workflow for adapting machine-learning models to an NPU, a processor designed for neural-network calculations. It covers setup, model weights, inference code, and accuracy checks.
Skill Claude CodeCodex
A preparation workflow for running machine-learning models on NPUs, specialized processors for neural-network workloads. It covers understanding the code, setting up the CANN environment, preparing test data, collecting profiling data, and checking numerical accuracy.
Skill Claude CodeCodex
A performance-bottleneck analysis skill that combines profiling data with source-code structure analysis. Profiling records where a program spends time or resources.
Skill Claude CodeCodex
A Chinese-language implementation guide for performance optimisation using four approaches: deduplication, reuse, masking, and replacement. It covers changes such as combining operations, preallocating buffers, and using compilation tools.
Skill Claude CodeCodex
A Chinese-language skill for checking and debugging numerical accuracy, including comparisons between GPU and NPU results. An NPU is a processor designed for neural-network workloads.
Skill Claude CodeCodex
A set of engineering practices for planning folder structures, managing versions, and maintaining documentation. It also covers organising code directories and managing Git branches and commits.
Skill Claude CodeCodex
A workflow for finding and improving model performance on an Ascend NPU, a specialized processor for running neural-network models.
Skill Claude CodeCodex
An exploratory workflow for improving inference performance on neural processing units, or NPUs—specialised hardware for running AI models. It covers collecting data, analysing results, trying optimisations, checking performance, and recording findings without requiring a fixed framework.