Skip to content

Commit 80a1c20

Browse files
authored
Use metal as the front-end for the metal linker (#3354)
1 parent b0748ad commit 80a1c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlx/backend/metal/kernels/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ endif()
176176

177177
add_custom_command(
178178
OUTPUT ${MLX_METAL_PATH}/mlx.metallib
179-
COMMAND xcrun -sdk macosx metallib ${KERNEL_AIR} -o
179+
COMMAND xcrun -sdk macosx metal ${KERNEL_AIR} -o
180180
${MLX_METAL_PATH}/mlx.metallib
181181
DEPENDS ${KERNEL_AIR}
182182
COMMENT "Building mlx.metallib"

0 commit comments

Comments
 (0)