From df8ea7054d36e38759a278c26e29529124a168a2 Mon Sep 17 00:00:00 2001 From: gregory Date: Wed, 9 Nov 2022 09:17:25 -0800 Subject: [PATCH] Make the test pass in ESIMD Emulator --- SYCL/ESIMD/regression/tanh_fix_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SYCL/ESIMD/regression/tanh_fix_test.cpp b/SYCL/ESIMD/regression/tanh_fix_test.cpp index 81ebd2c8d7..019517eb2a 100644 --- a/SYCL/ESIMD/regression/tanh_fix_test.cpp +++ b/SYCL/ESIMD/regression/tanh_fix_test.cpp @@ -1,7 +1,5 @@ // REQUIRES: gpu // UNSUPPORTED: cuda || hip -// TODO online compiler check fails for esimd_emulator -// XFAIL: esimd_emulator // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out