Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions unified-runtime/test/conformance/device/urDeviceGetInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2631,6 +2631,15 @@ TEST_P(urDeviceGetInfoTest, SuccessThrottleReasons) {

// This test uses NVML which requires driver/library version match.
TEST_P(urDeviceGetInfoTest, SuccessFanSpeed) {
// TODO: Re-enable once the XE Kernel Mode Driver supports the FAN APIs on
// this device (see KMD Jira VLK-92189). zesFanGetState
// (ZES_FAN_SPEED_UNITS_PERCENT) started to return
// ZE_RESULT_ERROR_UNSUPPORTED_FEATURE on Arc(TM) B580 after the User Mode
// Driver was updated to v26.27.39122.11 in commit
// 9b65cb732c7ead19408867357fd7224809396706.
// Issue tracker: https://github.com/intel/llvm/issues/22812
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{"Arc(TM) B580"});

size_t property_size = 0;
const ur_device_info_t property_name = UR_DEVICE_INFO_FAN_SPEED;

Expand Down
Loading