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
OpenDAS
AutoAWQ
Commits
b621c142
Unverified
Commit
b621c142
authored
Sep 21, 2023
by
qwopqwop200
Committed by
GitHub
Sep 21, 2023
Browse files
remove extra_compile_args for support windows
parent
81fd57c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
setup.py
setup.py
+2
-4
No files found.
setup.py
View file @
b621c142
...
...
@@ -97,9 +97,7 @@ arch_flags = get_compute_capabilities()
if
os
.
name
==
"nt"
:
# Relaxed args on Windows
extra_compile_args
=
{
"nvcc"
:
arch_flags
}
extra_compile_args
=
{}
else
:
extra_compile_args
=
{
"cxx"
:
[
"-g"
,
"-O3"
,
"-fopenmp"
,
"-lgomp"
,
"-std=c++17"
,
"-DENABLE_BF16"
],
...
...
@@ -156,4 +154,4 @@ setup(
install_requires
=
requirements
,
include_dirs
=
include_dirs
,
**
common_setup_kwargs
)
\ No newline at end of file
)
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