We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a180f5 commit c32d59fCopy full SHA for c32d59f
1 file changed
xmake.lua
@@ -84,7 +84,7 @@ option("moore-gpu")
84
set_description("Whether to complie implementations for Moore Threads GPU")
85
option_end()
86
87
-if has_config("mthreads-gpu") then
+if has_config("moore-gpu") then
88
add_defines("ENABLE_MUSA_API")
89
end
90
0 commit comments