MCPcopy 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
84def append_nvcc_threads(nvcc_extra_args):
85 return nvcc_extra_args + ["--threads", "4"]
86
87
88cmdclass = {}

Callers 1

setup.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected