mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Also tentatively adds .cu test file, though without boost.build support at present.
This commit is contained in:
@@ -39,8 +39,7 @@
|
|||||||
// Intel
|
// Intel
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"
|
||||||
|
|
||||||
#elif defined __clang__ && !defined(__CUDACC__) && !defined(__ibmxl__)
|
#elif defined __clang__ && !defined(__ibmxl__)
|
||||||
// when using clang and cuda at same time, you want to appear as gcc
|
|
||||||
// Clang C++ emulates GCC, so it has to appear early.
|
// Clang C++ emulates GCC, so it has to appear early.
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/clang.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/clang.hpp"
|
||||||
|
|
||||||
|
1971
test/config_test.cu
Normal file
1971
test/config_test.cu
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user