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

Method argument

python/cutlass_cppgen/backend/frontend.py:91–92  ·  view source on GitHub ↗
(cupy_ndarray: "cp.ndarray")

Source from the content-addressed store, hash-verified

89
90 @staticmethod
91 def argument(cupy_ndarray: "cp.ndarray"):
92 return cuda.CUdeviceptr(int(cupy_ndarray.data.ptr))
93
94
95class TensorFrontend:

Callers 4

argumentMethod · 0.45
tensor_to_ptrMethod · 0.45
__init__Method · 0.45
get_tensor_ptrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected