MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / nvcc_args

Method nvcc_args

SwissArmyTransformer/sat/ops/ops_builder/builder.py:202–206  ·  view source on GitHub ↗

Returns optional list of compiler flags to forward to nvcc when building CUDA sources

(self)

Source from the content-addressed store, hash-verified

200 return []
201
202 def nvcc_args(self):
203 '''
204 Returns optional list of compiler flags to forward to nvcc when building CUDA sources
205 '''
206 return []
207
208 def cxx_args(self):
209 '''

Callers 1

jit_loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected