Skip to content

Commit

Permalink
start to cleanup/unify accelerate and common back-ends
Browse files Browse the repository at this point in the history
  • Loading branch information
awni committed Jan 19, 2025
1 parent a8666a7 commit 64ff27d
Show file tree
Hide file tree
Showing 29 changed files with 1,497 additions and 1,645 deletions.
1 change: 1 addition & 0 deletions mlx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ endif()
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/distributed)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/io)
if(MLX_BUILD_ACCELERATE)
add_compile_definitions(MLX_BUILD_ACCELERATE)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/backend/accelerate)
elseif(MLX_BUILD_CPU)
target_sources(
Expand Down
Loading

0 comments on commit 64ff27d

Please sign in to comment.