File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
unified-runtime/test/conformance/enqueue Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,8 @@ UUR_PLATFORM_TEST_SUITE_WITH_PARAM(
268
268
// ... ops
269
269
TEST_P (urEnqueueKernelLaunchIncrementMultiDeviceTest, Success) {
270
270
UUR_KNOWN_FAILURE_ON (uur::LevelZeroV2{});
271
+ // https://github.com/intel/llvm/issues/19033
272
+ UUR_KNOWN_FAILURE_ON (uur::CUDA{});
271
273
272
274
auto waitOnEvent = std::get<0 >(getParam ()).value ;
273
275
auto runBackgroundCheck = std::get<1 >(getParam ()).value ;
@@ -349,7 +351,6 @@ struct urEnqueueKernelLaunchIncrementMultiDeviceMultiThreadTest
349
351
// With !queuePerThread this becomes a test on a single device
350
352
this ->trueMultiDevice = queuePerThread;
351
353
UUR_RETURN_ON_FATAL_FAILURE (
352
- urEnqueueKernelLaunchIncrementMultiDeviceTestWithParam<Param>::SetUp ());
353
354
}
354
355
355
356
bool useEvents;
You can’t perform that action at this time.
0 commit comments