mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Generate spirv builtins without specifying a device
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4f54ea5c87
commit
b0ed0dcc9b
@@ -26,6 +26,11 @@ bool supportsSvm(const Device *pDevice);
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
#define REQUIRE_32BIT_OR_SKIP() \
|
||||
if (NEO::TestChecks::is64Bit() == true) { \
|
||||
GTEST_SKIP(); \
|
||||
}
|
||||
|
||||
#define REQUIRE_64BIT_OR_SKIP() \
|
||||
if (NEO::TestChecks::is64Bit() == false) { \
|
||||
GTEST_SKIP(); \
|
||||
|
||||
Reference in New Issue
Block a user