hipcub/thread/thread_load.hpp Source File
hipcub/thread/thread_load.hpp Source File
hipCUB: hipcub/thread/thread_load.hpp Source File
30 #ifndef HIPCUB_THREAD_THREAD_LOAD_HPP_
31 #define HIPCUB_THREAD_THREAD_LOAD_HPP_
33 #include <hip/hip_common.h>
35 #ifdef __HIP_PLATFORM_AMD__
37 #ifndef HIPCUB_THREAD_LOAD_USE_CACHE_MODIFIERS
38 #define HIPCUB_THREAD_LOAD_USE_CACHE_MODIFIERS 1
41 #include "../backend/rocprim/thread/thread_load.hpp"
42 #elif defined(__HIP_PLATFORM_NVIDIA__)
43 #include "../config.hpp"
44 #include <cub/thread/thread_load.cuh>