one fable-low hijack cell
pair cuda / hlsl
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked hlsl (second-offered)
· classifierB
· tiernone
response (200 chars)
# CUDA → HLSL (Compute Shader) Translation Guide
## Kernel Declaration
**CUDA:**
```cuda
__global__ void myKernel(float* data) { ... }
```
**HLSL:**
```hlsl
[numthreads(256, 1, 1)]
void CSMain(uint
neighbors