Skip to main content
hipcub/util_ptx.hpp Source File
hipcub/util_ptx.hpp Source File
hipCUB: hipcub/util_ptx.hpp Source File
30 #ifndef HIPCUB_UTIL_PTX_HPP_
31 #define HIPCUB_UTIL_PTX_HPP_
33 #ifdef __HIP_PLATFORM_AMD__
34 #include "backend/rocprim/util_ptx.hpp"
35 #elif defined(__HIP_PLATFORM_NVIDIA__)
36 #include <cub/util_ptx.cuh>