From 326372ce2d628f327b4316eede59a6c2791d945d Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Tue, 2 Jan 2024 11:55:08 -0500 Subject: [PATCH] Don't pass -fsc-use-buffer-for-hsa-global option in OCLPerfUncoalescedRead test - This is an SC-only option Change-Id: If9afe5f8e4ec6dbcf6ce1ca4406131ef92669f84 [ROCm/clr commit: 55e5b3d07a926cda773001d9e3e4a30dbbf58b23] --- .../opencl/tests/ocltst/module/perf/OCLPerfUncoalescedRead.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/clr/opencl/tests/ocltst/module/perf/OCLPerfUncoalescedRead.cpp b/projects/clr/opencl/tests/ocltst/module/perf/OCLPerfUncoalescedRead.cpp index 6db8a24be7..08dc2ed59d 100644 --- a/projects/clr/opencl/tests/ocltst/module/perf/OCLPerfUncoalescedRead.cpp +++ b/projects/clr/opencl/tests/ocltst/module/perf/OCLPerfUncoalescedRead.cpp @@ -136,9 +136,6 @@ void OCLPerfUncoalescedRead::open(unsigned int test, char* units, if (test > 0) { compileOptions = "-cl-std=CL2.0"; } - if (test > 1) { - compileOptions += " -fsc-use-buffer-for-hsa-global "; - } error_ = _wrapper->clBuildProgram(program_, 1, &devices_[_deviceId], compileOptions.c_str(), NULL, NULL);