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

Function cast_smem_ptr_to_uint

include/common.h:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399DEVICE uint32_t cast_smem_ptr_to_uint(void const* const ptr) {
400 return static_cast<uint32_t>(__cvta_generic_to_shared(ptr));
401}
402
403DEVICE uint32_t elect_one_sync() {
404 uint32_t pred = 0;

Callers 13

copyMethod · 0.85
copyMethod · 0.85
copyMethod · 0.85
copyMethod · 0.85
initMethod · 0.85
waitMethod · 0.85
test_waitMethod · 0.85
try_waitMethod · 0.85
arriveMethod · 0.85
invalidateMethod · 0.85
arrive_and_expect_txMethod · 0.85
expect_transactionMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_waitMethod · 0.68