mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Change HIP_VERSION to __HIP__
Fixes https://github.com/boostorg/config/issues/392.
This commit is contained in:
@ -632,7 +632,7 @@ namespace std{ using ::type_info; }
|
||||
// nvcc doesn't always parse __noinline__,
|
||||
// see: https://svn.boost.org/trac/boost/ticket/9392
|
||||
# define BOOST_NOINLINE __attribute__ ((noinline))
|
||||
# elif defined(HIP_VERSION)
|
||||
# elif defined(__HIP__)
|
||||
// See https://github.com/boostorg/config/issues/392
|
||||
# define BOOST_NOINLINE __attribute__ ((noinline))
|
||||
# else
|
||||
|
Reference in New Issue
Block a user