MCPcopy Create free account
hub / github.com/ROCm/clr / sharedMemBytes

Method sharedMemBytes

rocclr/platform/command.hpp:1271–1271  ·  view source on GitHub ↗

Return the shared memory size

Source from the content-addressed store, hash-verified

1269
1270 //! Return the shared memory size
1271 uint32_t sharedMemBytes() const { return sharedMemBytes_; }
1272
1273 //! updates shared memory size
1274 void setSharedMemBytes(uint32_t sharedMemBytes) { sharedMemBytes_ = sharedMemBytes; }

Callers 2

submitKernelMethod · 0.80
submitKernelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected