We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9e685 commit b2f8486Copy full SHA for b2f8486
unified-runtime/test/conformance/usm/urUSMHostAlloc.cpp
@@ -12,6 +12,8 @@
12
13
struct urUSMHostAllocTest : uur::urUSMAllocTest {
14
void SetUp() override {
15
+ // https://github.com/intel/llvm/issues/20208
16
+ UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
17
UUR_RETURN_ON_FATAL_FAILURE(urUSMAllocTest::SetUp());
18
ASSERT_SUCCESS(uur::GetDeviceUSMHostSupport(device, USMSupport));
19
if (!USMSupport) {
0 commit comments