1 #ifndef AMREX_GPU_LAUNCH_GLOBAL_H_
2 #define AMREX_GPU_LAUNCH_GLOBAL_H_
3 #include <AMReX_Config.H>
9 #if defined(AMREX_USE_CUDA) || defined(AMREX_USE_HIP)
14 template<
int amrex_launch_bounds_max_threads,
class L>
18 template<
int amrex_launch_bounds_max_threads,
int min_blocks,
class L>
#define AMREX_GPU_GLOBAL
Definition: AMReX_GpuQualifiers.H:19
Definition: AMReX_Amr.cpp:49
__launch_bounds__(amrex_launch_bounds_max_threads) AMREX_GPU_GLOBAL void launch_global(L f0)
Definition: AMReX_GpuLaunchGlobal.H:15
AMREX_GPU_GLOBAL void launch_global(L f0, Lambdas... fs)
Definition: AMReX_GpuLaunch.H:51