/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hipcub/checkouts/docs-6.0.0/hipcub/include/hipcub/config.hpp Source File#
config.hpp
109 fprintf(stderr, "HIP error %d [%s, %d]: %s\n", error, filename, line, hipGetErrorString(error));
124 // MSVC (and not Clang pretending to be MSVC) unconditionally exposes if constexpr (even in C++14 mode),