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

Method good

include/cutlass/tensor_ref.h:262–265  ·  view source on GitHub ↗

Returns true if the TensorRef is non-null

Source from the content-addressed store, hash-verified

260
261 /// Returns true if the TensorRef is non-null
262 CUTLASS_HOST_DEVICE
263 bool good() const {
264 return ptr_ != nullptr;
265 }
266
267 /// Returns the pointer to referenced data
268 CUTLASS_HOST_DEVICE

Callers 4

benchmark_problemsMethod · 0.45
TensorScaleBiasGemmFunction · 0.45
TensorScaleBiasConv2dFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected