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

Method commit

include/barrier.h:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
435 }
436 [[deprecated("Use complete_transaction instead")]] DEVICE void commit(
437 uint32_t dst_cta_id, uint32_t transaction_bytes, uint32_t pred) const {
438 complete_transaction(dst_cta_id, transaction_bytes, pred);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected