fix cuda jit

This commit is contained in:
Awni Hannun
2025-06-13 15:01:16 -07:00
parent c8b4787e4e
commit f2d0ea0607

View File

@@ -145,7 +145,7 @@ bool compiler_supports_device_sass(Device& device) {
} }
} }
#define INCLUDE_PREFIX "mlx/backend/cuda/kernels/" #define INCLUDE_PREFIX "mlx/backend/cuda/device/"
constexpr const char* g_include_names[] = { constexpr const char* g_include_names[] = {
INCLUDE_PREFIX "atomic_ops.cuh", INCLUDE_PREFIX "atomic_ops.cuh",