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

[SYCL][ESIMD] Disable tests failing in pre-commit CI #1261

Merged
merged 2 commits into from
Sep 14, 2022
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
3 changes: 3 additions & 0 deletions SYCL/ESIMD/api/replicate_smoke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
//
// The test checks main functionality of the esimd::replicate_vs_w_hs function.

// Temporarily disable while the failure is being investigated.
// UNSUPPORTED: windows

#include "../esimd_test_utils.hpp"

#include <iostream>
Expand Down
3 changes: 3 additions & 0 deletions SYCL/ESIMD/api/simd_view_select_2d_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// 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

#include "simd_view_select_2d.hpp"

int main(int argc, char **argv) {
Expand Down
3 changes: 3 additions & 0 deletions SYCL/ESIMD/ext_math.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
// - math function - sin, cos, ..., div_ieee, pow
// - SYCL vs ESIMD APIs

// Temporarily disable while the failure is being investigated.
// UNSUPPORTED: windows

#include "esimd_test_utils.hpp"

#include <sycl/builtins_esimd.hpp>
Expand Down
3 changes: 3 additions & 0 deletions SYCL/ESIMD/matrix_transpose_glb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// Temporarily disable while the failure is being investigated.
// UNSUPPORTED: windows

#include "esimd_test_utils.hpp"

#include <iostream>
Expand Down