Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8a231d1
Add XFAIL trackers for several tests
lbushi25 Dec 5, 2024
abd8fd3
Add XFAIL trackers for several tests
lbushi25 Dec 5, 2024
5edd0ad
Add XFAIL trackers for several more tests
lbushi25 Dec 5, 2024
dda50ca
Add XFAIL trackers for several more tests
lbushi25 Dec 5, 2024
87856a7
Reduce number of tests without XFAIL tracker
lbushi25 Dec 5, 2024
8d10473
Fix wrong tracker in span.cpp test
lbushi25 Dec 5, 2024
0f2daf2
Delete tests failing because of GSD-4509 issue
lbushi25 Dec 5, 2024
7bd5922
Remove XFAILs for hip nvidia plaform
lbushi25 Dec 6, 2024
b5471f8
Fix formatting
lbushi25 Dec 6, 2024
6df2d88
Fix typos and remove the tests from the list of improperly XFAIL-ed t…
lbushi25 Dec 6, 2024
357539d
Delete rogue file
lbushi25 Dec 6, 2024
999006d
Add tracking infor for XFAIL tests and remove hip_nvidia xfails
lbushi25 Dec 9, 2024
eec9ac6
Merge branch 'add_xfail_trackers' of https://github.com/lbushi25/llvm…
lbushi25 Dec 9, 2024
f307817
Merge branch 'intel:sycl' into add_xfail_trackers
lbushi25 Dec 9, 2024
e9df0a4
Uncomment check commands to get failures
lbushi25 Dec 9, 2024
3be9b21
Add XFAIL tracker issue to kernel-bundle-merge-options.cpp
lbushi25 Dec 9, 2024
58a3767
Update number of XFAILs without tracker
lbushi25 Dec 9, 2024
48ed23e
Update no-xfail-without-tracker.cpp
lbushi25 Dec 9, 2024
78eefa4
Update int.cpp
lbushi25 Dec 9, 2024
a50cc22
Add XFAIL trackers for joint matrix tests
lbushi25 Dec 12, 2024
b496bc7
Merge branch 'add_xfail_trackers' of https://github.com/lbushi25/llvm…
lbushi25 Dec 12, 2024
7cbfaca
Update count of improperly XFAIL-ed tests
lbushi25 Dec 12, 2024
622e2cd
Merge branch 'sycl' into add_xfail_trackers
lbushi25 Dec 12, 2024
03e9e85
Update count of improperly XFAIL-ed tests
lbushi25 Dec 12, 2024
69a1db1
Merge branch 'add_xfail_trackers' of https://github.com/lbushi25/llvm…
lbushi25 Dec 12, 2024
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
1 change: 1 addition & 0 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

// Currently row major B fails when annotated_ptr is used
// XFAIL: gpu
// XFAIL-TRACKER: GSD-4181

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// then VNNI transform. This is currently only available on AMX

// XFAIL: gpu

// XFAIL-TRACKER: GSD-5768
#include "../common.hpp"
#include <iostream>
#include <sycl/detail/core.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// RUN: %{run} %t.out

// XFAIL: gpu
// XFAIL-TRACKER: GSD-4181

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// RUN: %{run} %t.out

// XFAIL: run-mode
// XFAIL-TRACKER: GSD-5768

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// then VNNI transform. This is currently only available on AMX

// XFAIL: gpu
// XFAIL-TRACKER: GSD-5768

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// RUN: %{run} %t.out

// XFAIL: gpu
// XFAIL-TRACKER: GSD-4181

#include "../common.hpp"

Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// RUN: %{run} %t.out

// XFAIL:gpu
// XFAIL-TRACKER: GSD-4181

#include "../common.hpp"

Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// RUN: %{run} %t.out

// XFAIL: gpu
// XFAIL-TRACKER: GSD-4181

// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
// UNSUPPORTED: gpu-intel-dg2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

// Sub-group size 32 support for this test is not currently available in IGC
// XFAIL: gpu
// XFAIL-TRACKER: GSD-4181

#include "../common.hpp"

Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// RUN: %{run} %t.out

// XFAIL:gpu
// XFAIL-TRACKER: GSD-4181

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// then VNNI transform. This is currently only available on AMX

// XFAIL: gpu
// XFAIL-TRACKER: GSD-5768

#include "common.hpp"

Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// RUN: %{run} %t.out

// XFAIL: run-mode
// XFAIL-TRACKER: GSD-5768

#include "common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// then VNNI transform. This is currently only available on AMX

// XFAIL: gpu
// XFAIL-TRACKER: GSD-5768

#include "common.hpp"

Expand Down
15 changes: 1 addition & 14 deletions sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// tests to match the required format and in that case you should just update
// (i.e. reduce) the number and the list below.
//
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 31
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 18
//
// List of improperly XFAIL-ed tests.
// Remove the CHECK once the test has been properly XFAIL-ed.
Expand All @@ -62,19 +62,6 @@
// CHECK-NEXT: DeviceLib/assert-windows.cpp
// CHECK-NEXT: ESIMD/hardware_dispatch.cpp
// CHECK-NEXT: InlineAsm/asm_multiple_instructions.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_annotated_ptr.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_bfloat16_colmajorA_colmajorB.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_bfloat16_packedB.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_colA_rowB_colC.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_out_bounds.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_prefetch.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_rowmajorA_rowmajorB.cpp
// CHECK-NEXT: Matrix/SG32/joint_matrix_unaligned_k.cpp
// CHECK-NEXT: Matrix/joint_matrix_bfloat16_colmajorA_colmajorB.cpp
// CHECK-NEXT: Matrix/joint_matrix_colA_rowB_colC.cpp
// CHECK-NEXT: Matrix/joint_matrix_int8_colmajorA_colmajorB.cpp
// CHECK-NEXT: NewOffloadDriver/multisource.cpp
// CHECK-NEXT: NewOffloadDriver/split-per-source-main.cpp
// CHECK-NEXT: NewOffloadDriver/sycl-external-with-optional-features.cpp
Expand Down
Loading