CtrlK
BlogDocsLog inGet started
Tessl Logo

add-gpu-op

Add a new operation to the OpenVINO GPU plugin — OpenCL kernel design, oneDNN-backed paths, sub-group/LWS tuning, and functional tests.

57

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.github/agents-prototype/skills/add-gpu-op/SKILL.md
SKILL.md
Quality
Evals
Security

Skill: Add GPU Op

When to use

When the Core OpSpec agent has produced a new op spec and you need to implement GPU plugin support: kernel implementation, registration, and testing.

Steps

Execute in order — each step produces artifacts consumed by the next.

StepFilePurpose
0astep0-plan.mdRead op spec, build implementation plan, decide kernel vs oneDNN path
0bstep0-parse-spec.mdParse op spec JSON/MD into GPU-readable format
1step1-hardware-analysis.mdIdentify hardware constraints, sub-group size, memory layout requirements
2step2-file-structure.mdCreate kernel and primitive files, register in factory
3astep3-kernel-development.mdWrite OpenCL kernel (blocked reads, sub-groups, LWS tuning)
3bstep3-write-tests.mdWrite layer tests
3cstep3-run-tests.mdRun and verify tests
3dstep3-profiling.mdProfile and tune kernel
4step4-onednn-integration.mdAdd oneDNN-backed primitive path where applicable
5step5-optimize.mdFinal performance optimizations

Entry point for orchestrated use

When invoked by the GPU Agent or Enable Operator Agent, start from orchestrator.md — it selects the relevant subset of steps based on the op type and available hardware.

Repository
openvinotoolkit/openvino
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.