P4 to Git Change 1549969 by skudchad@skudchad_rocm on 2018/05/03 18:37:35
SWDEV-145570 - [HIP] - Fix build
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#20 edit
[ROCm/clr commit: 8495a06967]
This commit is contained in:
@@ -96,7 +96,7 @@ class Kernel : public device::Kernel {
|
||||
|
||||
const uint32_t workitemPrivateSegmentByteSize() const { return workitemPrivateSegmentByteSize_; }
|
||||
|
||||
const uint64_t KernargSegmentByteSize() const { return kernargSegmentByteSize_; }
|
||||
const uint64_t KernargSegmentByteSize() const { return kernargSegmentByteSize_ + 48; }
|
||||
|
||||
const uint8_t KernargSegmentAlignment() const { return kernargSegmentAlignment_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user