hipcub/grid/grid_mapping.hpp Source File
hipcub/grid/grid_mapping.hpp Source File
hipCUB: hipcub/grid/grid_mapping.hpp Source File
30 #ifndef HIPCUB_GRID_GRID_MAPPING_HPP_
31 #define HIPCUB_GRID_GRID_MAPPING_HPP_
33 #include <hip/hip_common.h>
35 #ifdef __HIP_PLATFORM_AMD__
36 #include "../backend/rocprim/grid/grid_mapping.hpp"
37 #elif defined(__HIP_PLATFORM_NVIDIA__)
38 #include "../config.hpp"
39 #include <cub/grid/grid_mapping.cuh>