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: 55e5b3d07a]
This commit is contained in:
zatwierdzone przez
Konstantin Zhuravlyov
rodzic
937678b4f6
commit
326372ce2d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user