hipcub/thread/thread_scan.hpp Source File
hipcub/thread/thread_scan.hpp Source File
hipCUB: hipcub/thread/thread_scan.hpp Source File
Go to the documentation of this file.
35 #ifndef HIPCUB_THREAD_THREAD_SCAN_HPP_
36 #define HIPCUB_THREAD_THREAD_SCAN_HPP_
38 #include <hip/hip_common.h>
40 #ifdef __HIP_PLATFORM_AMD__
41 #include "../backend/rocprim/thread/thread_scan.hpp"
42 #elif defined(__HIP_PLATFORM_NVIDIA__)
43 #include "../config.hpp"
44 #include <cub/thread/thread_scan.cuh>