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