Skip to content

Commit 15c9c62

Browse files
Testing add validation tests to getInfo tests (#12782)
Testing PR for [UR PR](oneapi-src/unified-runtime#1346) After correcting hip program info returned for program device to return context device rather than the binary associated device that have fixed the kernel fusion cooperative kernels e2e test. --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 757f8ec commit 15c9c62

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9595
endfunction()
9696

9797
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
98-
# commit 7371150b3a525d9c69a0790f9abf59089eb0c46c
99-
# Merge: cb44d9ab bb45b7c5
98+
# commit a6cdcf4591779a925c5f017a19c26ea171797edf
99+
# Merge: 54829f00 cbd581fb
100100
# Author: Kenneth Benzie (Benie) <[email protected]>
101-
# Date: Fri Apr 26 15:44:19 2024 +0100
102-
# Merge pull request #1442 from Bensuo/ben/optimize-cmdbuffer-submission
103-
# [EXP][Command-Buffer] Optimize L0 command buffer submission
104-
set(UNIFIED_RUNTIME_TAG 7371150b3a525d9c69a0790f9abf59089eb0c46c)
101+
# Date: Mon Apr 29 10:39:11 2024 +0100
102+
# Merge pull request #1346 from omarahmed1111/ensure-getinfo-cts-tests-report-same-dependency-creation-object
103+
# Add output validation checks for getInfo tests and a small USM spec fix
104+
set(UNIFIED_RUNTIME_TAG a6cdcf4591779a925c5f017a19c26ea171797edf)
105105

106106
fetch_adapter_source(level_zero
107107
${UNIFIED_RUNTIME_REPO}

sycl/test-e2e/KernelFusion/cooperative_kernel.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
// Test cooperative kernels are not fused
55

6-
// This test currently fails on AMD HIP due to an unresolved problem when
7-
// submitting a kernel with the use_root_sync property to a command group with
8-
// fusion enabled.
9-
// XFAIL: hip_amd
10-
116
#include <sycl/detail/core.hpp>
127
#include <sycl/ext/codeplay/experimental/fusion_wrapper.hpp>
138
#include <sycl/properties/all_properties.hpp>

0 commit comments

Comments
 (0)