MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / nvcc

Method nvcc

python/cutlass_cppgen/backend/compiler.py:169–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 self.default_compile_options = self._nvrtc_compile_options
168
169 def nvcc(self):
170 self.backend = "nvcc"
171 self.default_compile_options = self._nvcc_compile_options
172
173 def insert_operation(self, op_key, cubin, hostfile, op_name, op_attrs):
174 connection = sqlite3.connect(CACHE_FILE)

Callers 6

__init__Method · 0.95
__init__Method · 0.80
gemm.pyFile · 0.80
gemm_grouped.pyFile · 0.80
conv2d.pyFile · 0.80
gemm.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

__init__Method · 0.64