Skip to content

Commit

Permalink
SYCL: Remove Workaround no longer needed (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Jul 28, 2023
1 parent d9df80b commit f41e619
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Src/EB/AMReX_algoim_K.H
Original file line number Diff line number Diff line change
Expand Up @@ -571,19 +571,6 @@ struct ImplicitIntegral
new_free[e0] = false;
ImplicitIntegral<M-1,N,Phi,ImplicitIntegral<M,N,Phi,F,S>,false>
(phi, *this, new_free, newPsi, newPsiCount);

#if defined(AMREX_USE_SYCL)
#if AMREX_DEVICE_COMPILE
if constexpr (std::is_same<F,QuadratureRule>()) {
if (&f != &f_) {
// xxxxx SYCL todo The only purpose of the following
// statement is to work around a compiler bug. Nothing will
// actually be printed because &f == &f_.
AMREX_DEVICE_PRINTF("Work around compiler bug. %p %p\n", &f, &f_);
}
}
#endif
#endif
}
};

Expand Down

0 comments on commit f41e619

Please sign in to comment.