Skip to content

Commit

Permalink
[UR][L0] Add support for reading maxGroupSize from kernel prop extension
Browse files Browse the repository at this point in the history
- precommit PR for oneapi-src/unified-runtime#1495

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Apr 12, 2024
1 parent 5332773 commit c64925a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
set(UNIFIED_RUNTIME_TAG e00a764f8dafd1319b636aa99c15601ec0d4d7fc)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
${UNIFIED_RUNTIME_TAG}
"https://github.com/nrspruit/unified-runtime.git"
e774a91db3c671964946cd3231c694e9f5f2761e
)

fetch_adapter_source(opencl
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/kernel_max_wg_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// REQUIRES: gpu && (gpu-intel-pvc || gpu-intel-dg2)
// UNSUPPORTED: cuda || hip

// Currently fails because of issue in UR Level Zero adapter.
// XFAIL: level_zero

// clang-format off
#include <sycl/sycl.hpp>
#include <sycl/ext/intel/experimental/grf_size_properties.hpp>
Expand Down

0 comments on commit c64925a

Please sign in to comment.