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:
foreman
2018-05-03 18:49:22 -04:00
parent 1e4a869ccc
commit 9c83e2b3d1
@@ -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_; }