Skip to content

Commit 3bb7e36

Browse files
authored
[OpenCL] Uplift loader dependency to fix compilation error (#6057)
The community enabled the trace mechanism in previous PR. In that PR One global variable "khrEnableTrace" is used by both c and c++ files. ICX compiler reports variable linkage issue. It's fixed by this PR. Signed-off-by: Chunyang Dai <[email protected]>
1 parent 1e2ddd4 commit 3bb7e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(OCL_LOADER_REPO
2121
# Repo tags/hashes
2222

2323
set(OCL_HEADERS_TAG dcd5bede6859d26833cd85f0d6bbcee7382dc9b3)
24-
set(OCL_LOADER_TAG 5d9177ee79bfbcc75ee9a8cff6415eab2c3113f6)
24+
set(OCL_LOADER_TAG aec3952654832211636fc4af613710f80e203b0a)
2525

2626
# OpenCL Headers
2727
if(NOT OpenCL_HEADERS)

0 commit comments

Comments
 (0)