From c00c242dc1c280ddfecc99fb1dd15787fe64cab0 Mon Sep 17 00:00:00 2001 From: "Lu, John" Date: Mon, 7 Oct 2024 07:56:45 -0700 Subject: [PATCH] sub_byte_bitreverse no longer xfail Signed-off-by: Lu, John --- sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp b/sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp index f36e433685a7c..ea30b90840e35 100644 --- a/sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp +++ b/sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp @@ -3,10 +3,6 @@ // UNSUPPORTED: hip || cuda -// TODO: Remove XFAIL after fixing -// https://github.com/intel/intel-graphics-compiler/issues/330 -// XFAIL: gpu - // Make dump directory. // RUN: rm -rf %t.spvdir && mkdir %t.spvdir