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


[ROCm/clr commit: 4c3d52ab29]
Этот коммит содержится в:
foreman
2018-05-03 18:56:01 -04:00
родитель 9c83e2b3d1
Коммит 8260714f23
+1 -1
Просмотреть файл
@@ -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_; }