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

[SYCL][ESIMD]Run tests on Windows #1451

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 2 additions & 4 deletions SYCL/InvokeSimd/invoke_simd_conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
// specification. Basically, only non-narrowing conversions are allowed:
// char -> int, float -> double, etc. int -> float is forbidden.

// TODO: enable on Windows once driver is ready
// REQUIRES: gpu && linux
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip

// RUN: %clangxx -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t.out
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %GPU_RUN_PLACEHOLDER %t.out
// RUN: %clangxx -O0 -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t0.out
// TODO: enable execution of test generated with -O0 once crash issue is
// resolved
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %GPU_RUN_PLACEHOLDER %t0.out

#include <sycl/ext/intel/esimd.hpp>
#include <sycl/ext/oneapi/experimental/invoke_simd.hpp>
Expand Down
3 changes: 1 addition & 2 deletions SYCL/InvokeSimd/invoke_simd_smoke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// compiles and executes correctly on GPU, where the SIMD target is a
// ESIMD function.

// TODO: enable on Windows once driver is ready
// REQUIRES: gpu && linux
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip

// RUN: %clangxx -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t.out
Expand Down