Skip to main content
hipcub/thread/thread_store.hpp Source File
hipcub/thread/thread_store.hpp Source File
hipCUB: hipcub/thread/thread_store.hpp Source File
30 #ifndef HIPCUB_THREAD_THREAD_STORE_HPP_
31 #define HIPCUB_THREAD_THREAD_STORE_HPP_
33 #ifdef __HIP_PLATFORM_AMD__
35 #ifndef HIPCUB_THREAD_STORE_USE_CACHE_MODIFIERS
36 #define HIPCUB_THREAD_STORE_USE_CACHE_MODIFIERS 1
39 #include "../config.hpp"
40 #include "../backend/rocprim/thread/thread_store.hpp"
41 #elif defined(__HIP_PLATFORM_NVIDIA__)
42 #include "../config.hpp"
43 #include <cub/thread/thread_store.cuh>