MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / reset_bytes

Method reset_bytes

include/barrier.h:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 arrive_and_expect_tx(transaction_bytes, cta_id);
427 }
428 [[deprecated("Use expect_transaction instead")]] DEVICE void reset_bytes(
429 uint32_t transaction_bytes) const {
430 expect_transaction(transaction_bytes);
431 }
432 [[deprecated("Use complete_transaction instead")]] DEVICE void commit(
433 uint32_t transaction_bytes, uint32_t pred = 1) const {
434 complete_transaction(transaction_bytes, pred);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected