Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[ESIMD] Mark with XFAIL on gen12 the test simd_view_select_2d_int.cpp #1378

Merged
merged 1 commit into from
Nov 10, 2022
Merged
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
4 changes: 2 additions & 2 deletions SYCL/ESIMD/api/simd_view_select_2d_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// Smoke test for 2D region select API which can be used to represent 2D tiles.
// Tests int types.

// Temporarily disable while the failure is being investigated.
// UNSUPPORTED: windows
// Temporarily disabled while the problem in GPU RT is being fixed.
// XFAIL: gpu-intel-gen12

#include "simd_view_select_2d.hpp"

Expand Down