fix cuda jit (#2287)

This commit is contained in:
Awni Hannun 2025-06-13 19:21:46 -07:00 committed by GitHub
parent 8402a2acf4
commit 6871e2eeb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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[] = {
INCLUDE_PREFIX "atomic_ops.cuh",