Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 6 additions & 6 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"linux": {
"compute_runtime": {
"github_tag": "25.05.32567.17",
"version": "25.05.32567.17",
"url": "https://github.com/intel/compute-runtime/releases/tag/25.05.32567.17",
"github_tag": "25.09.32961.5",
"version": "25.09.32961.5",
"url": "https://github.com/intel/compute-runtime/releases/tag/25.09.32961.5",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"igc": {
"github_tag": "v2.5.6",
"version": "v2.5.6",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.5.6",
"github_tag": "v2.8.3",
"version": "v2.8.3",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.8.3",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"cm": {
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943

// XFAIL: !igc-dev && run-mode
// XFAIL-TRACKER: GSD-6376

// XFAIL: arch-intel_gpu_pvc
// XFAIL-TRACKER: GSD-10524

Expand Down
7 changes: 3 additions & 4 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

// XFAIL: run-mode && gpu-intel-dg2
// XFAIL-TRACKER: GSD-4181

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

#include "common.hpp"

#define SG_SZ 32
Expand Down
6 changes: 3 additions & 3 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_colA_rowB_colC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

// XFAIL: run-mode && gpu-intel-dg2
// XFAIL-TRACKER: GSD-5768

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

#include "common.hpp"
#define SG_SZ 32
#include "joint_matrix_colA_rowB_colC_impl.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

#include "common.hpp"

#define SG_SZ 32
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

#include "common.hpp"
#define SG_SZ 32
#include "joint_matrix_out_bounds_impl.hpp"
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
// RUN: %{build} -o %t.out
// 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 @@ -20,7 +20,7 @@
// RUN: %{build} -o %t32.out -DSG_SZ=32
// RUN: %{run} %t32.out

// XFAIL: gpu
// XFAIL: run-mode && gpu-intel-dg2
// XFAIL-TRACKER: GSD-5768

// Only transpose on half data type
Expand Down
6 changes: 3 additions & 3 deletions sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

// REQUIRES: aspect-ext_intel_matrix

// XFAIL: run-mode && gpu-intel-dg2
// XFAIL-TRACKER: GSD-5768

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

#include "common.hpp"
#include "joint_matrix_colA_rowB_colC_impl.hpp"
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/joint_matrix_out_bounds_colmajor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
// RUN: %{build} -o %t32.out -DSG_SZ=32
// RUN: %{run} %t32.out

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

#include "common.hpp"
#include "joint_matrix_out_bounds_impl.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Matrix/joint_matrix_transposeAB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// RUN: %if !arch-intel_gpu_dg2 %{ %{build} -o %t_sg32.out -DSG_SZ=32 %}
// RUN: %if !arch-intel_gpu_dg2 %{ %{run} %t_sg32.out %}

// XFAIL: gpu
// XFAIL: run-mode && gpu-intel-dg2
// XFAIL-TRACKER: GSD-5768

// XFAIL: cpu
Expand Down
Loading