From 3d2bfc3795f66accc1a7dc36a194282ce8675a13 Mon Sep 17 00:00:00 2001
From: foreman
Date: Wed, 13 Jun 2018 12:38:01 -0400
Subject: [PATCH] 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: 1eb9ba3640d56f71ae1ae78a4349faa5c3e3405a]
---
projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp b/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp
index 0d83f8cec8..80882a5061 100644
--- a/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp
+++ b/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp
@@ -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;