Searched full:icpc (Results 1 – 25 of 47) sorted by relevance
12
/external/eigen/bench/ |
D | basicbench.cxxlist | 19 # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-genx" 20 # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-use" 22 #CLIST[((g++))]="/opt/intel/Compiler/11.1/072/bin/intel64/icpc -fast -DNDEBUG -fno-exceptions -no-i…
|
D | README.txt | 32 icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size 47 icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -openmp
|
D | bench_unrolling | 4 # icc : CXX="icpc -fast -no-inline-max-size -fno-exceptions"
|
D | bench_gemm.cpp | 3 // icpc bench_gemm.cpp -I .. -O3 -DNDEBUG -lrt -openmp && OMP_NUM_THREADS=2 ./a.out
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 570 string(REGEX MATCH "icpc|ICC" ei_has_icpc ${VERSTRING}) 581 set(${CNAME} "icpc") 715 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 11.0 20081105" "icpc" "11.0") 718 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 12.0.5 20110719" "icpc" "12.0.5")
|
/external/catch2/include/internal/ |
D | catch_reenable_warnings.h | 12 # ifdef __ICC // icpc defines the __clang__ macro
|
D | catch_suppress_warnings.h | 9 # ifdef __ICC // icpc defines the __clang__ macro
|
/external/eigen/bench/btl/ |
D | CMakeLists.txt | 12 string(REGEX MATCH icpc IS_ICPC ${CMAKE_CXX_COMPILER})
|
/external/llvm-project/openmp/ |
D | README.rst | 300 $ cmake -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc .. 323 …$ cmake -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc -DCMAKE_Fortran_COMPILER=ifort -DLIBOMP_F…
|
/external/python/pybind11/tests/ |
D | test_callbacks.cpp | 124 // (in Debug builds only, tested with icpc (ICC) 2021.1 Beta 20200827) in TEST_SUBMODULE()
|
D | test_class.cpp | 335 // (in Debug builds only, tested with icpc (ICC) 2021.1 Beta 20200827) in TEST_SUBMODULE()
|
/external/python/pybind11/.github/workflows/ |
D | ci.yml | 508 -DCMAKE_CXX_COMPILER=$(which icpc) \ 540 -DCMAKE_CXX_COMPILER=$(which icpc) \
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 214 CXX=`which icpc`; export CXX
|
/external/python/pybind11/.github/ |
D | CONTRIBUTING.md | 237 cmake -S . -B build-intel -DCMAKE_CXX_COMPILER=$(which icpc) -DDOWNLOAD_CATCH=ON -DDOWNLOAD_EIGEN=O…
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/ |
D | Makefile.rules | 319 $(subst icc,icpc,$(1)), \ 329 $(subst icc,icpc,$(1)), \
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | CMakeLists.txt | 150 if("${CMAKE_C_COMPILER}" MATCHES "icc" OR "${CMAKE_C_COMPILER}" MATCHES "icpc" OR "${CMAKE_C_COMPIL…
|
/external/python/cpython3/ |
D | configure.ac | 696 icc|*/icc) AC_PATH_TOOL(CXX, [icpc], [icpc], [notfound]) ;;
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbtest.py | 1401 return any([x in self.getCompiler() for x in ["icc", "icpc", "icl"]])
|
/external/google-breakpad/m4/ |
D | libtool.m4 | 3721 icpc* ) 5891 icpc* | ecpc* ) 5894 # version 8.0 and above of icpc choke on multiply defined symbols
|
/external/libnetfilter_conntrack/m4/ |
D | libtool.m4 | 4064 icpc* ) 6431 icpc* | ecpc* ) 6434 # version 8.0 and above of icpc choke on multiply defined symbols
|
/external/expat/m4/ |
D | libtool.m4 | 4394 icpc* ) 6975 icpc* | ecpc* ) 6978 # version 8.0 and above of icpc choke on multiply defined symbols
|
/external/libnfnetlink/m4/ |
D | libtool.m4 | 4050 icpc* ) 6417 icpc* | ecpc* ) 6420 # version 8.0 and above of icpc choke on multiply defined symbols
|
/external/libpng/scripts/ |
D | libtool.m4 | 4376 icpc* ) 6957 icpc* | ecpc* ) 6960 # version 8.0 and above of icpc choke on multiply defined symbols
|
/external/lmfit/m4/ |
D | libtool.m4 | 4064 icpc* ) 6431 icpc* | ecpc* ) 6434 # version 8.0 and above of icpc choke on multiply defined symbols
|
/external/llvm-project/polly/lib/External/ppcg/m4/ |
D | libtool.m4 | 4058 icpc* ) 6425 icpc* | ecpc* ) 6428 # version 8.0 and above of icpc choke on multiply defined symbols
|
12