Block-Structured AMR Software Framework
AMReX_GpuLaunchGlobal.H File Reference
#include <AMReX_Config.H>
#include <AMReX_GpuQualifiers.H>

Go to the source code of this file.

Namespaces

 amrex
 

Functions

template<class L >
AMREX_GPU_GLOBAL void amrex::launch_global (L f0)
 
template<int amrex_launch_bounds_max_threads, class L >
 amrex::__launch_bounds__ (amrex_launch_bounds_max_threads) AMREX_GPU_GLOBAL void launch_global(L f0)
 
template<int amrex_launch_bounds_max_threads, int min_blocks, class L >
 amrex::__launch_bounds__ (amrex_launch_bounds_max_threads, min_blocks) AMREX_GPU_GLOBAL void launch_global(L f0)