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