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

Callers 1

setup.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected