Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ append_nvcc_threads
Function
append_nvcc_threads
dis_mamba/setup.py:85–86 ·
view source on GitHub ↗
(nvcc_extra_args)
Source
from the content-addressed store, hash-verified
83
84
85
def
append_nvcc_threads(nvcc_extra_args):
86
return
nvcc_extra_args + [
"--threads"
,
"4"
]
87
88
89
cmdclass = {}
Callers
1
setup.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected