one fable-low hijack cell
pair opencl / wgsl
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked opencl (first-offered)
· classifierA
· tiernone
response (200 chars)
# WGSL ⇄ OpenCL C — Quick Mapping Guide
## Kernel / Entry Point
**WGSL**
```wgsl
@compute @workgroup_size(64, 1, 1)
fn main(@builtin(global_invocation_id) gid: vec3<u32>) {
// ...
}
```
**OpenC
neighbors