Skip to content

Commit 9eaca2b

Browse files
authored
[SYCL][ESIMD][E2E] Enable frem double test (#15196)
It's fixed in a newer driver, same driver version. Not used in CI yet. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1ed0c61 commit 9eaca2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/test-e2e/ESIMD/frem.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ int main() {
9292
bool passed = true;
9393

9494
passed &= test<float>(q);
95-
// TODO: Enable when driver issue fixed
96-
#if 0
9795
if (q.get_device().has(sycl::aspect::fp64))
9896
passed &= test<double>(q);
99-
#endif
97+
10098
return passed ? 0 : 1;
10199
}

0 commit comments

Comments
 (0)