From 6b45bafb9077a4e560b7421bfaf93e0c0ad80d5a Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Thu, 4 Jul 2024 19:58:13 -0700 Subject: [PATCH] Remove workaround option --- sycl/test-e2e/ESIMD/hardware_dispatch.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sycl/test-e2e/ESIMD/hardware_dispatch.cpp b/sycl/test-e2e/ESIMD/hardware_dispatch.cpp index b69229f91b576..a77e0dc4025a7 100644 --- a/sycl/test-e2e/ESIMD/hardware_dispatch.cpp +++ b/sycl/test-e2e/ESIMD/hardware_dispatch.cpp @@ -5,8 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// Add "-options -vc-codegen" explicitly to workaround bug in dev igc package. -// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -Xs "-options -vc-codegen" -o %t.out +// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -o %t.out // RUN: %t.out // TODO: remove XFAIL when the fix in GPU RT for Windows is updated on CI // machines