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

Method get

include/cutlass/predicate_vector.h:401–402  ·  view source on GitHub ↗

Gets the bit at the pointed to location

Source from the content-addressed store, hash-verified

399
400 /// Gets the bit at the pointed to location
401 CUTLASS_HOST_DEVICE
402 bool get() { return vec_.at(bit_); }
403
404 /// Gets the bit at the pointed to location
405 CUTLASS_HOST_DEVICE

Callers

nothing calls this directly

Calls 1

atMethod · 0.45

Tested by

no test coverage detected