one fable-low hijack cell
pair cuda / wgsl
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked cuda (first-offered)
· classifierA
· tiernone
response (200 chars)
# WGSL → CUDA Translation Guide
## Core Concept Mapping
| WGSL | CUDA |
|------|------|
| `@compute @workgroup_size(x,y,z)` | `__global__` kernel + `dim3 blockDim` at launch |
| `@builtin(global_inv
neighbors