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