Skip to content
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
5 changes: 3 additions & 2 deletions sycl/test-e2e/ESIMD/hardware_dispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
// 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: *
// TODO: remove XFAIL when the fix in GPU RT for Windows is updated on CI
// machines
// XFAIL: windows
// This is basic test to test hardware dispatch functionality with ESIMD.

#include <iostream>
Expand Down