hipcub/device/device_for.hpp Source File
hipcub/device/device_for.hpp Source File
hipCUB: hipcub/device/device_for.hpp Source File
29 #ifndef HIPCUB_DEVICE_DEVICE_FOR_HPP_
30 #define HIPCUB_DEVICE_DEVICE_FOR_HPP_
32 #include <hip/hip_common.h>
34 #ifdef __HIP_PLATFORM_AMD__
35 #include "../backend/rocprim/device/device_for.hpp"
36 #elif defined(__HIP_PLATFORM_NVIDIA__)
37 #include "../backend/cub/device/device_for.hpp"