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

[SYCL] Enable parallel indexers for AMD, after adding global offset #941

Merged
merged 1 commit into from
May 5, 2022
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
3 changes: 0 additions & 3 deletions SYCL/Basic/parallel_for_indexers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t2.out
// RUN: %GPU_RUN_PLACEHOLDER %t2.out
// RUN: %ACC_RUN_PLACEHOLDER %t2.out
//
// Incorrect results with hip on AMD
// XFAIL: hip_amd

#include <CL/sycl.hpp>

Expand Down