Disable AUBHelloWorldIntegrateTest if not supported

Change-Id: Ie79498008524ef8ac0b02bf7ec8fdc701139a7d6
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-10-01 08:35:02 +02:00
committed by sys_ocldev
parent c2a00fec2a
commit a0617ebe09
3 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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