We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6fb13 commit 7a8bb50Copy full SHA for 7a8bb50
ggml/src/CMakeLists.txt
@@ -100,6 +100,10 @@ if (GGML_CCACHE)
100
set(GGML_CCACHE_VARIANT ccache)
101
else()
102
set(GGML_CCACHE_VARIANT sccache)
103
+ if(GGML_HIP)
104
+ # TODO: should not be set globally
105
+ set(GLOBAL CMAKE_HIP_COMPILER_LAUNCHER sccache)
106
+ endif()
107
endif()
108
# TODO: should not be set globally
109
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${GGML_CCACHE_VARIANT}")
0 commit comments