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

Method at

include/cutlass/predicate_vector.h:405–406  ·  view source on GitHub ↗

Gets the bit at the pointed to location

Source from the content-addressed store, hash-verified

403
404 /// Gets the bit at the pointed to location
405 CUTLASS_HOST_DEVICE
406 bool at() const { return vec_.at(bit_); }
407
408 /// Dereferences iterator
409 CUTLASS_HOST_DEVICE

Callers

nothing calls this directly

Calls 1

atMethod · 0.45

Tested by

no test coverage detected