Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 5 additions & 8 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,11 @@ if(SYCL_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit df6da35d6e67f2383db28dd49ab08c5c0ef541d2
# Merge: 67590533 55bd5636
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Mon Oct 7 12:28:07 2024 +0100
# Merge pull request #2038 from GeorgeWeb/georgi/unsupported-max-coop-wgsize
# [UR][hip][opencl] Mark urKernelSuggestMaxCooperativeGroupCountExp as unsupported
# instead of returning misleading default value
set(UNIFIED_RUNTIME_TAG df6da35d6e67f2383db28dd49ab08c5c0ef541d2)
# commit 5e95d3334b872e6ae639d627c00dcbb7d206b702
# Author: Maosu Zhao <maosu.zhao@intel.com>
# Date: Thu Oct 10 20:48:09 2024 +0800
# [DeviceSanitizer] Only try to get backtrace symbols when needed (#2128)
set(UNIFIED_RUNTIME_TAG 5e95d3334b872e6ae639d627c00dcbb7d206b702)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} %device_asan_flags -O2 -g -o %t
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s

// See https://github.com/intel/llvm/issues/15449
// UNSUPPORTED: gpu-intel-dg2

#include <sycl/detail/core.hpp>

#include <sycl/usm.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} %device_asan_flags -O2 -g -o %t
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="quarantine_size_mb:1;detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s

// See https://github.com/intel/llvm/issues/15449
// UNSUPPORTED: gpu-intel-dg2

#include <sycl/detail/core.hpp>

#include <sycl/usm.hpp>
Expand Down
Loading