From 0112fca3714f98d1bb5f2e3cf97482b4a51c374c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:55:12 -0500 Subject: [PATCH] spelling: metallib Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- cmake/extension.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/extension.cmake b/cmake/extension.cmake index aa2243304..ffb02ee41 100644 --- a/cmake/extension.cmake +++ b/cmake/extension.cmake @@ -32,7 +32,7 @@ macro(mlx_build_metallib) # Collect compile options set(MTLLIB_COMPILE_OPTIONS -Wall -Wextra -fno-fast-math) - # Prepare metllib build command + # Prepare metallib build command add_custom_command( OUTPUT ${MTLLIB_BUILD_TARGET} COMMAND xcrun -sdk macosx metal