Skip to content
Closed
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
10 changes: 6 additions & 4 deletions sycl/test-e2e/ESIMD/hardware_dispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: esimd_emulator
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -o %t.out
// RUN: %t.out
// TODO: remove XFAIL when the fix in GPU RT is pulled into CI
// XFAIL: *
// This is basic test to test hardware dispatch functionality with ESIMD.
// RUN: %{run} %t.out

// TODO: Enable the test when GPU RT is updated.
// XFAIL: windows

// This is basic test for hardware dispatch functionality with ESIMD.

#include <iostream>
#include <sycl/ext/intel/esimd.hpp>
Expand Down