Skip to content

Commit 310a2bb

Browse files
[SYCL][E2E] Add comment with issue for inline ASM leaks (#15130)
The tests in sycl/test-e2e/InlineAsm/Negative are disabled due to reported module leaks. The reason for this "leak" is because the modules fail to build, and as such are never actually created. The false positive has been reported in oneapi-src/unified-runtime#1990. This commit adds a link to this issue in the affected tests. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent fd47adf commit 310a2bb

10 files changed

+30
-10
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// UNSUPPORTED: cuda || hip
2-
// UNSUPPORTED: ze_debug
32
// REQUIRES: gpu,linux,sg-16
43
// RUN: %{build} -o %t.out
54
// RUN: %{run} %t.out
65

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

0 commit comments

Comments
 (0)