Skip to main content
hipcub/device/device_merge_sort.hpp Source File
hipcub/device/device_merge_sort.hpp Source File
hipCUB: hipcub/device/device_merge_sort.hpp Source File
30 #ifndef HIPCUB_DEVICE_DEVICE_MERGE_SORT_HPP_
31 #define HIPCUB_DEVICE_DEVICE_MERGE_SORT_HPP_
33 #ifdef __HIP_PLATFORM_AMD__
34 #include "../backend/rocprim/device/device_merge_sort.hpp"
35 #elif defined(__HIP_PLATFORM_NVIDIA__)
36 #include "../backend/cub/device/device_merge_sort.hpp"