Also tentatively adds .cu test file, though without boost.build support at present.
This commit is contained in:
jzmaddock
2018-08-04 18:15:48 +01:00
parent eb4e8d58d5
commit ec3318d47a
2 changed files with 1972 additions and 2 deletions

View File

@ -39,8 +39,7 @@
// Intel
# define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"
#elif defined __clang__ && !defined(__CUDACC__) && !defined(__ibmxl__)
// when using clang and cuda at same time, you want to appear as gcc
#elif defined __clang__ && !defined(__ibmxl__)
// Clang C++ emulates GCC, so it has to appear early.
# define BOOST_COMPILER_CONFIG "boost/config/compiler/clang.hpp"

1971
test/config_test.cu Normal file

File diff suppressed because it is too large Load Diff