mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
ULT renaming: Gen-specific Preemption tests
Related-To: NEO-2236 Change-Id: I517ab241b219ab16ee5295e6cefbbdef5282e65f Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
e3e8f1ddf2
commit
2f27e4dde9
@@ -18,7 +18,7 @@ using namespace NEO;
|
||||
using Gen8PreemptionEnqueueKernelTest = PreemptionEnqueueKernelTest;
|
||||
using Gen8ClPreemptionTests = DevicePreemptionTests;
|
||||
|
||||
GEN8TEST_F(Gen8ClPreemptionTests, allowThreadGroupPreemptionReturnsTrue) {
|
||||
GEN8TEST_F(Gen8ClPreemptionTests, GivenEmptyFlagsWhenSettingPreemptionLevelFlagsThenThreadGroupPreemptionIsAllowed) {
|
||||
PreemptionFlags flags = {};
|
||||
PreemptionHelper::setPreemptionLevelFlags(flags, device->getDevice(), kernel.get());
|
||||
EXPECT_TRUE(PreemptionHelper::allowThreadGroupPreemption(flags));
|
||||
|
||||
Reference in New Issue
Block a user