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
9edee0c0
"tests/TestCustomExternalForce.h" did not exist on "3eb561ad211cf8fbcca9e28ac90aa9dacdda42c1"
Commit
9edee0c0
authored
Apr 29, 2025
by
ljss
Browse files
update .gitignore
parent
9c5dfab6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
.gitignore
.gitignore
+1
-0
setup.py
setup.py
+2
-0
No files found.
.gitignore
View file @
9edee0c0
...
...
@@ -7,3 +7,4 @@ dist/
*.png
/.vscode
compile_commands.json
.cache
setup.py
View file @
9edee0c0
...
...
@@ -11,10 +11,12 @@ from torch.utils.cpp_extension import (
IS_WINDOWS
,
)
def
append_nvcc_threads
(
nvcc_extra_args
):
nvcc_threads
=
os
.
getenv
(
"NVCC_THREADS"
)
or
"32"
return
nvcc_extra_args
+
[
"--threads"
,
nvcc_threads
]
def
get_features_args
():
features_args
=
[]
DISABLE_FP16
=
os
.
getenv
(
"FLASH_MLA_DISABLE_FP16"
,
"FALSE"
)
in
[
"TRUE"
,
"1"
]
...
...
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