Skip to content

Commit

Permalink
work with latest metalium
Browse files Browse the repository at this point in the history
  • Loading branch information
marty1885 committed Nov 30, 2024
1 parent 9ff79cb commit d8cebed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ggml/src/ggml-metalium/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ target_include_directories(ggml-metalium PRIVATE
$ENV{TT_METAL_HOME}/tt_metal
$ENV{TT_METAL_HOME}/tt_metal/third_party/umd
$ENV{TT_METAL_HOME}/tt_metal/third_party/umd/device/
$ENV{TT_METAL_HOME}/tt_metal/third_party/umd/device/api
$ENV{TT_METAL_HOME}/tt_metal/third_party/umd/device/api/umd
$ENV{TT_METAL_HOME}/tt_metal/third_party/umd/device/api/umd/device
$ENV{TT_METAL_HOME}/tt_metal/third_party/fmt
$ENV{TT_METAL_HOME}/tt_metal/hw/inc/${ARCH_NAME_N}
$ENV{TT_METAL_HOME}/tt_metal/hw/inc/
Expand Down Expand Up @@ -78,4 +81,4 @@ endif()
target_precompile_headers(ggml-metalium PRIVATE metalium-pch.hpp)
# FIXME: Metalium shoud should only require C++20 but needs C++23 on GCC
# see: https://github.com/tenstorrent/tt-metal/issues/10652
target_compile_features(ggml-metalium PRIVATE cxx_std_23)
target_compile_features(ggml-metalium PRIVATE cxx_std_23)

0 comments on commit d8cebed

Please sign in to comment.