Sha256: 98299786273c89a0223b1196fca7aad9eb7e9c94c412d2094c073106b4d8757c

Contents?: true

Size: 1021 Bytes

Versions: 12

Compression:

Stored size: 1021 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 MSGPACK_PREDEF_ARCHITECTURE_PTX_H
#define MSGPACK_PREDEF_ARCHITECTURE_PTX_H

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

/*`
[heading `MSGPACK_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 MSGPACK_ARCH_PTX MSGPACK_VERSION_NUMBER_NOT_AVAILABLE

#if defined(__CUDA_ARCH__)
#   undef MSGPACK_ARCH_PTX
#   define MSGPACK_ARCH_PTX MSGPACK_PREDEF_MAKE_10_VR0(__CUDA_ARCH__)
#endif

#if MSGPACK_ARCH_PTX
#   define MSGPACK_ARCH_PTX_AVAILABLE
#endif

#define MSGPACK_ARCH_PTX_NAME "PTX"

#endif

#include <msgpack/predef/detail/test.h>
MSGPACK_PREDEF_DECLARE_TEST(MSGPACK_ARCH_PTX,MSGPACK_ARCH_PTX_NAME)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.3.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.2.7 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.2.6 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.2.5 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.2.4 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.2.3 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.2.2 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.2.1 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.2.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.1.1 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h
script_core-0.1.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/architecture/ptx.h