Agent Skills by just-it
Showing 14 vetted skills indexed across 1 GitHub repositories.
dsl-lowering
Translate DSL operator descriptions into AscendC code via a four-pass lowering workflow.
op-task-extractor
Extract PyTorch operator implementations into KernelBench-ready task_desc.py files.
dsl-baseline-generation
Generate baseline AscendDSL implementations from functional PyTorch operators.
op-desc-generation
Generate Ascend operator description JSON files from templates.
functional-conversion
Converts PyTorch MLP models to graph-format ONNX with pluggable backends and optimizers.
ascend-call-generation
Generate Ascend C projects and operator invocation code from functional PyTorch code.
kernel-verifier
Automate kernel verification by running verify.py and benchmark.py for Ascend/NPU.
kernel-generator
Convert KernelBench operator descriptions into Triton Ascend kernels with a ModelNew class.
kernel-designer
Design UnifiedSketch DSL algorithm sketches for Triton Ascend kernels.
ascendc-evaluation
Evaluate AscendC custom operators against reference implementations for correctness and performance.
ascend-benchmark-evaluator
Assess Ascend C operator correctness and runtime using NPUKernelBench datasets.
latency-optimizer
Analyze Triton kernels for Ascend NPU and generate optimized versions.
reference-generation
Generate a reference PyTorch nn.Module from operator description JSON.
benchmark-evaluator
Orchestrate KernelBench tasks and collect results via SubAgent execution.