mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-23 03:33:13 +08:00
refactor: Add method for retrieving extra device info
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a22b9f454d
commit
cccd9a3703
@@ -879,4 +879,10 @@ HWTEST_F(ProductHelperTest, whenGettingPreferredAllocationMethodThenNoPreference
|
||||
|
||||
HWTEST_F(ProductHelperTest, whenAskingForLocalDispatchSizeThenReturnEmpty) {
|
||||
EXPECT_EQ(0u, productHelper->getSupportedLocalDispatchSizes().size());
|
||||
}
|
||||
|
||||
HWTEST_F(ProductHelperTest, givenProductHelperWhenAskingForExtraKerneCapabilitiesThenReturnNone) {
|
||||
uint32_t extraKernelCapabilities = 0u;
|
||||
productHelper->getKernelCapabilitiesExtra(extraKernelCapabilities);
|
||||
EXPECT_EQ(0u, extraKernelCapabilities);
|
||||
}
|
||||
Reference in New Issue
Block a user