Skip to content

Commit 9cefd48

Browse files
author
Victor Lomuller
committed
add tracker and UR squash commit
1 parent 9a505ae commit 9cefd48

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

sycl/cmake/modules/UnifiedRuntimeTag.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Date: Wed Nov 13 09:57:16 2024 +0000
55
# Merge pull request #2254 from PietroGhg/pietro/events_rr
66
# [NATIVECPU] Implement events on Native CPU
7-
set(UNIFIED_RUNTIME_TAG 2fd32a76ac0094232eb747158768c68c073ea07b)
7+
set(UNIFIED_RUNTIME_TAG 55f2d0258701fbf4e84c83ca7d23c1f6da6b3a36)

sycl/test-e2e/WorkGroupMemory/Dynamic/copy_dynamic_size.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
// UNSUPPORTED: gpu-intel-gen12
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072
67

78
#include <sycl/detail/core.hpp>
89
#include <sycl/ext/oneapi/work_group_scratch_memory.hpp>

sycl/test-e2e/WorkGroupMemory/Dynamic/dynamic_alloc_local_accessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
// UNSUPPORTED: gpu-intel-gen12
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072
67

78
// Test work_group_dynamic extension with allocation size specified at runtime
89
// and an additional local accessor.

sycl/test-e2e/WorkGroupMemory/Dynamic/dynamic_alloc_ptr_alias.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
// UNSUPPORTED: gpu-intel-gen12
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072
67

78
// Test work_group_dynamic extension with allocation size specified at runtime
89
// and multiple calls to the extension inside the kernel.

sycl/test-e2e/WorkGroupMemory/Dynamic/dynamic_allocation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
// UNSUPPORTED: gpu-intel-gen12
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072
67

78
// Test work_group_dynamic extension with allocation size specified at runtime.
89

0 commit comments

Comments
 (0)