Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
68107e5e
Commit
68107e5e
authored
Jul 10, 2025
by
YdrMaster
Browse files
issue/314/fix: typo xmake.lua
Signed-off-by:
YdrMaster
<
ydrml@hotmail.com
>
parent
e8d427f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
xmake.lua
xmake.lua
+10
-10
No files found.
xmake.lua
View file @
68107e5e
...
@@ -22,7 +22,7 @@ end
...
@@ -22,7 +22,7 @@ end
option
(
"cpu"
)
option
(
"cpu"
)
set_default
(
true
)
set_default
(
true
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie implementations for CPU"
)
set_description
(
"Whether to compi
l
e implementations for CPU"
)
option_end
()
option_end
()
option
(
"omp"
)
option
(
"omp"
)
...
@@ -44,7 +44,7 @@ end
...
@@ -44,7 +44,7 @@ end
option
(
"nv-gpu"
)
option
(
"nv-gpu"
)
set_default
(
false
)
set_default
(
false
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie implementations for Nvidia GPU"
)
set_description
(
"Whether to compi
l
e implementations for Nvidia GPU"
)
option_end
()
option_end
()
if
has_config
(
"nv-gpu"
)
then
if
has_config
(
"nv-gpu"
)
then
...
@@ -55,7 +55,7 @@ end
...
@@ -55,7 +55,7 @@ end
option
(
"cudnn"
)
option
(
"cudnn"
)
set_default
(
true
)
set_default
(
true
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie cudnn for Nvidia GPU"
)
set_description
(
"Whether to compi
l
e cudnn for Nvidia GPU"
)
option_end
()
option_end
()
if
has_config
(
"cudnn"
)
then
if
has_config
(
"cudnn"
)
then
...
@@ -66,7 +66,7 @@ end
...
@@ -66,7 +66,7 @@ end
option
(
"cambricon-mlu"
)
option
(
"cambricon-mlu"
)
set_default
(
false
)
set_default
(
false
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie implementations for Cambricon MLU"
)
set_description
(
"Whether to compi
l
e implementations for Cambricon MLU"
)
option_end
()
option_end
()
if
has_config
(
"cambricon-mlu"
)
then
if
has_config
(
"cambricon-mlu"
)
then
...
@@ -78,7 +78,7 @@ end
...
@@ -78,7 +78,7 @@ end
option
(
"ascend-npu"
)
option
(
"ascend-npu"
)
set_default
(
false
)
set_default
(
false
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie implementations for Huawei Ascend NPU"
)
set_description
(
"Whether to compi
l
e implementations for Huawei Ascend NPU"
)
option_end
()
option_end
()
if
has_config
(
"ascend-npu"
)
then
if
has_config
(
"ascend-npu"
)
then
...
@@ -90,7 +90,7 @@ end
...
@@ -90,7 +90,7 @@ end
option
(
"iluvatar-gpu"
)
option
(
"iluvatar-gpu"
)
set_default
(
false
)
set_default
(
false
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie implementations for Iluvatar GPU"
)
set_description
(
"Whether to compi
l
e implementations for Iluvatar GPU"
)
option_end
()
option_end
()
if
has_config
(
"iluvatar-gpu"
)
then
if
has_config
(
"iluvatar-gpu"
)
then
...
@@ -103,7 +103,7 @@ end
...
@@ -103,7 +103,7 @@ end
option
(
"metax-gpu"
)
option
(
"metax-gpu"
)
set_default
(
false
)
set_default
(
false
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie implementations for MetaX GPU"
)
set_description
(
"Whether to compi
l
e implementations for MetaX GPU"
)
option_end
()
option_end
()
if
has_config
(
"metax-gpu"
)
then
if
has_config
(
"metax-gpu"
)
then
...
@@ -115,7 +115,7 @@ end
...
@@ -115,7 +115,7 @@ end
option
(
"moore-gpu"
)
option
(
"moore-gpu"
)
set_default
(
false
)
set_default
(
false
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie implementations for Moore Threads GPU"
)
set_description
(
"Whether to compi
l
e implementations for Moore Threads GPU"
)
option_end
()
option_end
()
if
has_config
(
"moore-gpu"
)
then
if
has_config
(
"moore-gpu"
)
then
...
@@ -127,7 +127,7 @@ end
...
@@ -127,7 +127,7 @@ end
option
(
"sugon-dcu"
)
option
(
"sugon-dcu"
)
set_default
(
false
)
set_default
(
false
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Whether to comp
l
ie implementations for Sugon DCU"
)
set_description
(
"Whether to compi
l
e implementations for Sugon DCU"
)
option_end
()
option_end
()
if
has_config
(
"sugon-dcu"
)
then
if
has_config
(
"sugon-dcu"
)
then
...
@@ -151,7 +151,7 @@ option("ccl")
...
@@ -151,7 +151,7 @@ option("ccl")
set_default
(
false
)
set_default
(
false
)
set_default
(
false
)
set_default
(
false
)
set_showmenu
(
true
)
set_showmenu
(
true
)
set_description
(
"Wether to comp
l
ie implementations for InfiniCCL"
)
set_description
(
"Wether to compi
l
e implementations for InfiniCCL"
)
option_end
()
option_end
()
if
has_config
(
"ccl"
)
then
if
has_config
(
"ccl"
)
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment