Skip to content

Commit

Permalink
[SYCL][E2E] Revert "Add comment with issue for inline ASM leaks" (#15426
Browse files Browse the repository at this point in the history
)

Reverts #15130 because
oneapi-src/unified-runtime#1990 was fixed
  • Loading branch information
lslusarczyk authored Sep 18, 2024
1 parent 3825449 commit 22fbb79
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 37 deletions.
14 changes: 7 additions & 7 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
endfunction()

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

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
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_bad_opcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_bad_operand_syntax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_duplicate_label.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_illegal_exec_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_missing_label.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_missing_region.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_undefined_decl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_undefined_pred.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InlineAsm/Negative/asm_wrong_declare.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// See https://github.com/oneapi-src/unified-runtime/issues/1990
// UNSUPPORTED: ze_debug

#include "../include/asmhelper.h"
#include <sycl/detail/core.hpp>

Expand Down

0 comments on commit 22fbb79

Please sign in to comment.