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

Method KernelCodeHandle

rocclr/device/devkernel.hpp:319–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 ) const;
318
319 const uint64_t KernelCodeHandle() const { return kernelCodeHandle_; }
320
321 const uint32_t WorkgroupGroupSegmentByteSize() const { return workgroupGroupSegmentByteSize_; }
322 void SetWorkgroupGroupSegmentByteSize(uint32_t size) { workgroupGroupSegmentByteSize_ = size; }

Callers 3

AddKernelMethod · 0.80
RemoveKernelMethod · 0.80
submitKernelInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected