hipcub/device/device_reduce.hpp Source File
    
    
 
              
                
                
                  
  
hipcub/device/device_reduce.hpp Source File
hipCUB: hipcub/device/device_reduce.hpp Source File
   30 #ifndef HIPCUB_DEVICE_DEVICE_REDUCE_HPP_ 
   31 #define HIPCUB_DEVICE_DEVICE_REDUCE_HPP_ 
   33 #ifdef __HIP_PLATFORM_AMD__ 
   34     #include "../backend/rocprim/device/device_reduce.hpp" 
   35 #elif defined(__HIP_PLATFORM_NVIDIA__) 
   36     #include "../backend/cub/device/device_reduce.hpp"