We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80447f9 commit 24b99e0Copy full SHA for 24b99e0
Src/amrexpr_Parser_Y.H
@@ -406,7 +406,7 @@ AMREXPR_GPU_HOST_DEVICE AMREXPR_NO_INLINE
406
T parser_math_yn (int a, T b)
407
{
408
#if defined AMREXPR_USE_SYCL || defined __MINGW32__
409
- amrex::ignore_unused(a,b);
+ amrexpr::ignore_unused(a,b);
410
// neither yn(f) nor std::cyl_bessel_y work yet
411
// https://github.com/oneapi-src/oneAPI-spec/issues/308
412
AMREXPR_ALWAYS_ASSERT_WITH_MESSAGE(false, "parser: yn in SYCL not supported yet");
0 commit comments