one fable-low hijack cell
pair cuda / metal
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked cuda (first-offered)
· classifierA
· tiernone
response (200 chars)
# CUDA → Metal Porting Guide
## Concept Mapping
| CUDA | Metal |
|---|---|
| `__global__` kernel | `kernel` function (in `.metal` file) |
| `__device__` function | regular function in shader |
| `th
neighbors