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