mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-17 17:28:10 +08:00
fix cuda jit (#2287)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user