Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 4 additions & 4 deletions devops/dependencies-igc-dev.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"linux": {
"igc_dev": {
"github_tag": "igc-dev-47c1f6e",
"version": "47c1f6e",
"updated_at": "2025-08-20T15:46:36Z",
"url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/3810490997/zip",
"github_tag": "igc-dev-46629d9",
"version": "46629d9",
"updated_at": "2025-08-30T10:44:04Z",
"url": "https://api.github.com/repos/intel/intel-graphics-compiler/actions/artifacts/3889106305/zip",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

// Waiting for the commit in IGC to be pulled into the driver to resolve the
// test.
// XFAIL: run-mode && arch-intel_gpu_pvc
// XFAIL-TRACKER: GSD-10510
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
Copy link
Contributor

@dkhaldi dkhaldi Sep 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep them as xfail in this PR for !igc-dev.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, hopefully latest commit is correct

// UNSUPPORTED-TRACKER: GSD-10510

#include "common.hpp"
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

// Waiting for the commit in IGC to be pulled into the driver to resolve the
// test.
// XFAIL: run-mode && arch-intel_gpu_pvc
// XFAIL-TRACKER: GSD-10510
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: GSD-10510

#include "common.hpp"
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"
Loading