SWDEV-543366 - Bump PAL_CLIENT_INTERFACE_MAJOR_VERSION 916 --> 932 (#725)

Co-authored-by: Lin, Qun <Quentin.Lin@amd.com>
Co-authored-by: Lin,Qun <qlin@amd.com>

[ROCm/clr commit: ed903e8889]
This commit is contained in:
GunaShekar, Ajay
2025-08-08 08:45:42 -07:00
committed by GitHub
parent b3ae0230a5
commit bfcf0ef4e8
5 changed files with 36 additions and 7 deletions
+1
View File
@@ -336,6 +336,7 @@ class Kernel : public amd::HeapObject {
const uint32_t WorkitemPrivateSegmentByteSize() const { return workitemPrivateSegmentByteSize_; }
void SetWorkitemPrivateSegmentByteSize(uint32_t size) { workitemPrivateSegmentByteSize_ = size; }
const bool KernalHasDynamicCallStack() const { return kernelHasDynamicCallStack_; }
const uint32_t KernargSegmentByteSize() const { return kernargSegmentByteSize_; }