Skip to content

Commit 22fbb79

Browse files
authored
[SYCL][E2E] Revert "Add comment with issue for inline ASM leaks" (#15426)
Reverts #15130 because oneapi-src/unified-runtime#1990 was fixed
1 parent 3825449 commit 22fbb79

11 files changed

+7
-37
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit cfecab08e6e6dbb694f614b4f6271a258a41fc10
121-
# Merge: 10fd78c1 5bebef5d
122-
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
123-
# Date: Tue Sep 17 12:26:35 2024 +0100
124-
# Merge pull request #1874 from PietroGhg/pietro/membarrier
125-
# [NATIVECPU] Support atomic fence queries
126-
set(UNIFIED_RUNTIME_TAG cfecab08e6e6dbb694f614b4f6271a258a41fc10)
120+
# commit 6298474e628889d3598b9416303a52e67a2b66aa
121+
# Merge: 3cd6eaeb 4bb6a103
122+
# Author: Piotr Balcer <piotr.balcer@intel.com>
123+
# Date: Wed Sep 18 09:20:05 2024 +0200
124+
# Merge pull request #2093 from lslusarczyk/memleak-fix
125+
# fixed issue #1990, L0 leaks checker counts successful create/destroy only
126+
set(UNIFIED_RUNTIME_TAG 6298474e628889d3598b9416303a52e67a2b66aa)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

sycl/test-e2e/InlineAsm/Negative/asm_bad_opcode.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

sycl/test-e2e/InlineAsm/Negative/asm_bad_operand_syntax.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

sycl/test-e2e/InlineAsm/Negative/asm_duplicate_label.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

sycl/test-e2e/InlineAsm/Negative/asm_illegal_exec_size.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

sycl/test-e2e/InlineAsm/Negative/asm_missing_label.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

sycl/test-e2e/InlineAsm/Negative/asm_missing_region.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

sycl/test-e2e/InlineAsm/Negative/asm_simple.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

sycl/test-e2e/InlineAsm/Negative/asm_undefined_decl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

sycl/test-e2e/InlineAsm/Negative/asm_undefined_pred.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6-
// See https://github.com/oneapi-src/unified-runtime/issues/1990
7-
// UNSUPPORTED: ze_debug
8-
96
#include "../include/asmhelper.h"
107
#include <sycl/detail/core.hpp>
118

0 commit comments

Comments
 (0)