Skip to content

Commit

Permalink
No Apple GPU Support Right Now
Browse files Browse the repository at this point in the history
Enable host-side apple prints
  • Loading branch information
ax3l authored Aug 28, 2024
1 parent da91c76 commit a085ac9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Src/Base/AMReX_GpuPrint.H
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#define AMREX_GPU_PRINT_H_
#include <AMReX_Config.H>

#if !defined(__APPLE__)

#include <cstdio>

#ifdef AMREX_USE_SYCL
Expand All @@ -28,5 +26,4 @@
std::printf(format, __VA_ARGS__); }
#endif

#endif // !defined(__APPLE__)
#endif // AMREX_GPU_PRINT_H_

0 comments on commit a085ac9

Please sign in to comment.