Skip to main content
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 #ifdef __HIP_PLATFORM_AMD__
34 #include "../backend/rocprim/thread/thread_operators.hpp"
35 #elif defined(__HIP_PLATFORM_NVIDIA__)
36 #include "../config.hpp"
37 #include <cub/thread/thread_operators.cuh>