mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 17:31:16 +08:00
fix cuda jit (#2287)
This commit is contained in:
parent
8402a2acf4
commit
6871e2eeb7
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user