A tiny experimental language designed to be targeted by coding LLMs
Stars
586
Forks
21
Watchers
586
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
feat(gpu): add OpenCL C backend — --target opencl + transparent CPU fallback
48b8aceView on GitHubfeat(gpu): add ocean.nano — GPU ocean simulation with Archimedes ship physics
9b764aeView on GitHubfeat(gpu): add matmul.nano — 2D GPU operations demo using gpu_launch2d
2128879View on GitHubci: lower coverage threshold to 75% to match actual coverage baseline
0977345View on GitHubfix(asan): handle zero-capacity ModuleList in module_list_add
d7b11baView on GitHubfix(asan): initialize env->effect_registry = NULL in create_environment()
e38b0baView on GitHubfix(ci): resolve both CI failures — ASAN stack-use-after-return + add GPU intrinsic tests
722a54eView on GitHubfix: add gpu_launch5 for 5-arg kernels; fix saxpy missing n arg
ddc7d22View on GitHubfix(gpu): correct DynArray layout in cuda_runtime.c + atom.global.add.u64
3cb761cView on GitHubfix(ptx): use atom.global.add.u64 for gpu_atomic_add
7ae9874View on GitHubfeat(gpu): gpu_load/gpu_store PTX intrinsics + saxpy/reduce_sum/vector_scale examples
3c56385View on GitHubfix(gpu): C forward decls for GPU intrinsics + shadow tests for gpu.nano
30ae429View on GitHubfix(ptx): use u32 register pool (%r) for special register reads
df6fb9fView on GitHubfix(ptx): replace em-dash with colon in PTX header comment
aea9c40View on GitHub