Skip to content

Commit 6a7449a

Browse files
committed
fix(mlx-swift): remove non-existent cuda.cpp from Package.swift exclude list
cuda.cpp was removed from mlx upstream (refactored into cuda.h) but the exclude entry was never updated, causing 'Invalid Exclude: File not found' warning in both xcodebuild and Xcode IDE on every build.
1 parent 4a46560 commit 6a7449a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LocalPackages/mlx-swift/Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ let cmlx = Target.target(
154154
"mlx/mlx/backend/cuda/compiled.cpp",
155155
"mlx/mlx/backend/cuda/conv.cpp",
156156
"mlx/mlx/backend/cuda/cublas_utils.cpp",
157-
"mlx/mlx/backend/cuda/cuda.cpp",
158157
"mlx/mlx/backend/cuda/cudnn_utils.cpp",
159158
"mlx/mlx/backend/cuda/custom_kernel.cpp",
160159
"mlx/mlx/backend/cuda/delayload.cpp",

0 commit comments

Comments
 (0)