Skip to content

Commit b65d908

Browse files
committed
start to cleanup/unify accelerate and common back-ends
1 parent a8666a7 commit b65d908

28 files changed

+1464
-1645
lines changed

mlx/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ endif()
3838
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/distributed)
3939
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/io)
4040
if(MLX_BUILD_ACCELERATE)
41+
add_compile_definitions(MLX_BUILD_ACCELERATE)
4142
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/backend/accelerate)
4243
elseif(MLX_BUILD_CPU)
4344
target_sources(

0 commit comments

Comments
 (0)