diff --git a/shared/test/common/xe_hpc_core/test_traits_xe_hpc_core.h b/shared/test/common/xe_hpc_core/test_traits_xe_hpc_core.h index 13d472e73b..db236bfae8 100644 --- a/shared/test/common/xe_hpc_core/test_traits_xe_hpc_core.h +++ b/shared/test/common/xe_hpc_core/test_traits_xe_hpc_core.h @@ -24,4 +24,5 @@ struct TestTraits { static constexpr bool deviceEnqueueSupport = false; static constexpr bool fusedEuDispatchSupported = true; static constexpr bool numberOfWalkersInCfeStateSupported = true; + static constexpr bool isUsingNonDefaultIoctls = true; };