Sha256: 1bbaf57dde57a7acd662a15d5e344e5ed6c43d6d08896618c3730ceb0a131394

Contents?: true

Size: 987 Bytes

Versions: 10

Compression:

Stored size: 987 Bytes

Contents

/*
Copyright Benjamin Worpitz 2018
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/

#ifndef BOOST_PREDEF_ARCHITECTURE_PTX_H
#define BOOST_PREDEF_ARCHITECTURE_PTX_H

#include <boost/predef/version_number.h>
#include <boost/predef/make.h>

/*`
[heading `BOOST_ARCH_PTX`]

[@https://en.wikipedia.org/wiki/Parallel_Thread_Execution PTX] architecture.

[table
    [[__predef_symbol__] [__predef_version__]]

    [[`__CUDA_ARCH__`] [__predef_detection__]]

    [[`__CUDA_ARCH__`] [V.R.0]]
    ]
 */

#define BOOST_ARCH_PTX BOOST_VERSION_NUMBER_NOT_AVAILABLE

#if defined(__CUDA_ARCH__)
#   undef BOOST_ARCH_PTX
#   define BOOST_ARCH_PTX BOOST_PREDEF_MAKE_10_VR0(__CUDA_ARCH__)
#endif

#if BOOST_ARCH_PTX
#   define BOOST_ARCH_PTX_AVAILABLE
#endif

#define BOOST_ARCH_PTX_NAME "PTX"

#endif

#include <boost/predef/detail/test.h>
BOOST_PREDEF_DECLARE_TEST(BOOST_ARCH_PTX,BOOST_ARCH_PTX_NAME)

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/architecture/ptx.h
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/predef/architecture/ptx.h
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/predef/architecture/ptx.h
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/predef/architecture/ptx.h
script_core-0.2.1 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/architecture/ptx.h
script_core-0.2.0 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/architecture/ptx.h
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/predef/architecture/ptx.h
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/predef/architecture/ptx.h
script_core-0.1.1 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/architecture/ptx.h
script_core-0.1.0 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/architecture/ptx.h