• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-02-04 10:19:11 +00:00
92f8e8a98c Fix blending primitive name
giles pushed to main at art-dag/celery 2026-02-04 10:17:29 +00:00
48eed99a28 Fix streaming primitives namespace in optimized recipe
giles pushed to main at art-dag/celery 2026-02-04 10:15:48 +00:00
9ce64ea797 Add optimized woods-recipe using fused-pipeline
giles pushed to main at art-dag/celery 2026-02-04 10:05:11 +00:00
70530e5c92 Add GPU image primitives (gpu-make-image, gpu-gradient)
giles pushed to main at art-dag/celery 2026-02-04 10:04:12 +00:00
76bf19b8ab Add full optimized pipeline test
giles pushed to main at art-dag/celery 2026-02-04 10:03:24 +00:00
1bd171b892 Add autonomous prealloc benchmark
giles pushed to main at art-dag/celery 2026-02-04 10:02:41 +00:00
e4349ba501 Add autonomous-pipeline primitive for zero-Python hot path
giles pushed to main at art-dag/celery 2026-02-04 10:01:44 +00:00
6e20d19a23 Fix float literal syntax in autonomous kernel
giles pushed to main at art-dag/celery 2026-02-04 10:01:09 +00:00
e64ca9fe3a Add autonomous CUDA kernel that computes all params on GPU
giles pushed to main at art-dag/celery 2026-02-04 09:57:30 +00:00
def62de578 Fix heavy tests to use available primitives
giles pushed to main at art-dag/celery 2026-02-04 09:56:31 +00:00
f858e25246 Add heavy pipeline comparison tests
giles pushed to main at art-dag/celery 2026-02-04 09:55:23 +00:00
a162171025 Add interpreted vs fused comparison test
giles pushed to main at art-dag/celery 2026-02-04 09:54:08 +00:00
234fbdbee2 Fix primitive_lib_dir path resolution for sexp files in app root
giles pushed to main at art-dag/celery 2026-02-04 09:53:29 +00:00
1442216a15 Handle Keyword dict keys in fused-pipeline primitive
giles pushed to main at art-dag/celery 2026-02-04 09:52:32 +00:00
b773689814 Fix fast_ripple signature in test
giles pushed to main at art-dag/celery 2026-02-04 09:52:01 +00:00
2d20a6f452 Add fused-pipeline primitive and test for compiled CUDA kernels
giles pushed to main at art-dag/celery 2026-02-04 09:49:58 +00:00
8b9309a90b Fix f-string brace escaping in ripple effect CUDA code
giles pushed to main at art-dag/celery 2026-02-04 09:46:42 +00:00
3b964ba18d Add sexp to CUDA kernel compiler for fused pipeline
giles pushed to main at art-dag/celery 2026-02-04 09:32:55 +00:00
4d95ec5a32 Add profiling to stream interpreter to find bottleneck
giles pushed to main at art-dag/celery 2026-02-04 02:53:54 +00:00
ad1d7893f8 Integrate fast CUDA kernels for GPU effects pipeline