mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Remove device enqueue part 13
-remove isOcl21Conformant Related-To: NEO-6559 Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
c317cff408
commit
92316c48f2
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -50,9 +50,6 @@ struct HelloWorldKernelFixture : public ProgramFixture {
|
||||
|
||||
if (options) {
|
||||
std::string optionsToProgram(options);
|
||||
if (optionsToProgram.find("-cl-std=CL2.0") != std::string::npos) {
|
||||
ASSERT_TRUE(pDevice->isOcl21Conformant());
|
||||
}
|
||||
|
||||
CreateProgramFromBinary(
|
||||
pContext,
|
||||
|
Reference in New Issue
Block a user