Chris@16: // (C) Copyright Eric Jourdanneau, Joel Falcou 2010 Chris@16: // Use, modification and distribution are subject to the Chris@16: // Boost Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // See http://www.boost.org for most recent version. Chris@16: Chris@16: // NVIDIA CUDA C++ compiler setup Chris@16: Chris@16: #ifndef BOOST_COMPILER Chris@16: # define BOOST_COMPILER "NVIDIA CUDA C++ Compiler" Chris@16: #endif Chris@16: Chris@16: // NVIDIA Specific support Chris@16: // BOOST_GPU_ENABLED : Flag a function or a method as being enabled on the host and device Chris@16: #define BOOST_GPU_ENABLED __host__ __device__