mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Disable AUBHelloWorldIntegrateTest if not supported
Change-Id: Ie79498008524ef8ac0b02bf7ec8fdc701139a7d6 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
c2a00fec2a
commit
a0617ebe09
@@ -35,5 +35,7 @@ struct UnitTestHelper {
|
||||
static uint64_t getMemoryAddress(const typename GfxFamily::MI_ATOMIC &atomic);
|
||||
|
||||
static const bool tiledImagesSupported;
|
||||
|
||||
static const uint32_t smallestTestableSimdSize;
|
||||
};
|
||||
} // namespace NEO
|
||||
|
||||
@@ -58,4 +58,7 @@ inline uint64_t UnitTestHelper<GfxFamily>::getMemoryAddress(const typename GfxFa
|
||||
template <typename GfxFamily>
|
||||
const bool UnitTestHelper<GfxFamily>::tiledImagesSupported = true;
|
||||
|
||||
template <typename GfxFamily>
|
||||
const uint32_t UnitTestHelper<GfxFamily>::smallestTestableSimdSize = 8;
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user