P4 to Git Change 1567812 by jatang@jatang-opencl-hsa-stg4 on 2018/06/13 12:23:13

SWDEV-126897 - Change OCL version in ROCm/LC path back to 1.2.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#89 edit


[ROCm/clr commit: 1eb9ba3640]
이 커밋은 다음에 포함됨:
foreman
2018-06-13 12:38:01 -04:00
부모 4e580ef2a0
커밋 3d2bfc3795
+1 -1
파일 보기
@@ -1032,7 +1032,7 @@ bool Device::populateOCLDeviceConstants() {
ss << ")";
strcpy(info_.driverVersion_, ss.str().c_str());
info_.version_ = "OpenCL " OPENCL_VERSION_STR " ";
info_.version_ = "OpenCL " /*OPENCL_VERSION_STR*/"1.2" " ";
info_.builtInKernels_ = "";
info_.linkerAvailable_ = true;