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 "../backend/rocprim/thread/thread_store.hpp" 
   40 #elif defined(__HIP_PLATFORM_NVIDIA__) 
   41     #include "../config.hpp" 
   42     #include <cub/thread/thread_store.cuh>