Skip to content

[ESIMD] Enable hardware_dispatch.cpp test after GPU driver uplift #9656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
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