P4 to Git Change 1549971 by skudchad@skudchad_rocm on 2018/05/03 18:39:37
SWDEV-145570 - [HIP] - Fix build Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#21 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#21 edit
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_ + 48; }
|
||||
const uint64_t KernargSegmentByteSize() const { return kernargSegmentByteSize_; }
|
||||
|
||||
const uint8_t KernargSegmentAlignment() const { return kernargSegmentAlignment_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user