Skip to content

Commit 24b99e0

Browse files
committed
fix sycl
1 parent 80447f9 commit 24b99e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/amrexpr_Parser_Y.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ AMREXPR_GPU_HOST_DEVICE AMREXPR_NO_INLINE
406406
T parser_math_yn (int a, T b)
407407
{
408408
#if defined AMREXPR_USE_SYCL || defined __MINGW32__
409-
amrex::ignore_unused(a,b);
409+
amrexpr::ignore_unused(a,b);
410410
// neither yn(f) nor std::cyl_bessel_y work yet
411411
// https://github.com/oneapi-src/oneAPI-spec/issues/308
412412
AMREXPR_ALWAYS_ASSERT_WITH_MESSAGE(false, "parser: yn in SYCL not supported yet");

0 commit comments

Comments
 (0)