• Joined on 2024-04-09
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
giles pushed to main at art-dag/celery 2026-02-04 02:40:08 +00:00
75f9d8fb11 Configure GPU encoder for low-latency (no B-frames)
giles pushed to main at art-dag/celery 2026-02-04 02:37:23 +00:00
b96e8ca4d2 Add playlist_url property to GPUHLSOutput
giles pushed to main at art-dag/celery 2026-02-04 02:34:52 +00:00
8051ef9ba9 Fix GPUHLSOutput method name (write not write_frame)
giles pushed to main at art-dag/celery 2026-02-04 02:32:45 +00:00
3adf927ca1 Add zero-copy GPU encoding pipeline
giles pushed to main at art-dag/celery 2026-02-04 02:10:19 +00:00
9bdad268a5 Fix DLPack: use frame.to_dlpack() for decord→CuPy zero-copy
giles pushed to main at art-dag/celery 2026-02-04 02:06:24 +00:00
1cb9c3ac8a Add DLPack debug logging to diagnose zero-copy
giles pushed to main at art-dag/celery 2026-02-04 01:56:41 +00:00
36c4afeb84 Add LD_PRELOAD for libnvcuvid in Dockerfile
giles pushed to main at art-dag/celery 2026-02-04 01:53:40 +00:00
b6292268fa Add NVDEC headers and libnvcuvid stub for decord build