MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / operator*

Method operator*

include/cute/container/array_subbyte.hpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 subbyte_iterator(PointerType* ptr, uint8_t idx = 0) : ptr_(reinterpret_cast<storage_type*>(ptr)), idx_(idx) { }
254
255 CUTE_HOST_DEVICE constexpr
256 reference operator*() const {
257 return reference(ptr_, idx_);
258 }
259
260 CUTE_HOST_DEVICE constexpr
261 subbyte_iterator& operator+=(uint64_t k) {

Callers

nothing calls this directly

Calls 1

referenceClass · 0.85

Tested by

no test coverage detected