Radix/runtimes/cuda
2025-12-23 17:24:34 +00:00
..
BUILD.bazel Enable -fllvm flag for CUDA runtime, upb, and ZML Bazel targets. 2025-11-11 13:02:40 +00:00
cuda.bzl Update XLA to latest version 2025-12-23 17:24:34 +00:00
cuda.zig Remove obsolete async symbols (asynk, asyncc, awaitt, await_) from core, runtime, and aio modules. 2025-08-29 11:03:59 +00:00
libpjrt_cuda.BUILD.bazel chore: remove unused target 2025-11-04 12:15:20 +00:00
libpjrt_cuda.h runtimes/cuda: expose cuda.h in the C namespace for CUDA runtimes, enabling custom calls to CUDA functions. 2024-11-01 13:27:24 +00:00
packages.lock.json runtimes/cuda: sandbox CUDA dependencies by removing them from the leaf binary, sandboxing the dependency graph, marking dlopen direct dependencies as NEEDED, setting RPATH to the sandbox, loading the PJRT plugin from the sandbox, and enabling weak CUDA symbols without direct linking. 2025-03-26 11:18:29 +00:00
packages.yaml runtimes/cuda: sandbox CUDA dependencies by removing them from the leaf binary, sandboxing the dependency graph, marking dlopen direct dependencies as NEEDED, setting RPATH to the sandbox, loading the PJRT plugin from the sandbox, and enabling weak CUDA symbols without direct linking. 2025-03-26 11:18:29 +00:00
zmlxcuda.zig runtimes/cuda: implement zmlxcuda in Zig 2025-07-08 09:25:25 +00:00