Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
FlashMLA
Commits
06612d65
Commit
06612d65
authored
Feb 03, 2026
by
zhanghj2
Browse files
便于测试和出包
parent
2033d805
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
setup.py
setup.py
+2
-3
No files found.
setup.py
View file @
06612d65
...
@@ -24,7 +24,7 @@ def get_features_args():
...
@@ -24,7 +24,7 @@ def get_features_args():
def
get_arch_flags
():
def
get_arch_flags
():
arch_flags
=
[]
arch_flags
=
[]
arch_flags
.
append
(
"--offload-arch=gfx938"
)
arch_flags
.
append
(
"--offload-arch=gfx938
;gfx936
"
)
return
arch_flags
return
arch_flags
# def get_nvcc_thread_args():
# def get_nvcc_thread_args():
...
@@ -92,8 +92,7 @@ ext_modules.append(
...
@@ -92,8 +92,7 @@ ext_modules.append(
Path
(
this_dir
)
/
"csrc"
,
Path
(
this_dir
)
/
"csrc"
,
Path
(
this_dir
)
/
"csrc"
/
"kerutils"
/
"include"
,
# TODO Remove me
Path
(
this_dir
)
/
"csrc"
/
"kerutils"
/
"include"
,
# TODO Remove me
Path
(
this_dir
)
/
"csrc"
/
"sm90"
,
Path
(
this_dir
)
/
"csrc"
/
"sm90"
,
"/public/home/zhanghj/work/dev/cutlass_3.2.1-mla/include"
,
Path
(
this_dir
)
/
"csrc"
/
"cutlass"
/
"include"
# "/public/home/zhanghj/work/dev/cutlass_3.2.1-mla/tools/util/include",
],
],
)
)
)
)
...
...
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