| /libCEED/.github/workflows/ |
| H A D | c-fortran-test-linux-osx.yml | 14 compiler: [gcc, clang] 17 compiler: apple-clang 24 - name: Set compiler 26 case "${{ matrix.compiler }}" in 45 - name: Show compiler version
|
| H A D | python-test-with-style.yml | 14 compiler: [gcc] 32 CC: ${{ matrix.compiler }} 46 CC: ${{ matrix.compiler }} 52 CC: ${{ matrix.compiler }}
|
| H A D | rust-test-with-style.yml | 14 compiler: [clang] 33 CC: ${{ matrix.compiler }} 46 compiler: [clang]
|
| H A D | c-fortran-test-arm64.yml | 14 compiler: [gcc, clang] 23 CC: ${{ matrix.compiler }}
|
| H A D | c-fortran-test-icc.yml | 10 LINUX_CPP_COMPONENTS: intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic 11 LINUX_FORTRAN_COMPONENTS: intel-oneapi-compiler-fortran
|
| H A D | c-fortan-test-ppc64le.yml | 14 compiler: [gcc] 26 CC: ${{ matrix.compiler }}
|
| H A D | c-fortran-test-style.yml | 14 compiler: [clang] 28 CC: ${{ matrix.compiler }}
|
| H A D | rust-documentation.yml | 14 compiler: [clang]
|
| /libCEED/backends/sycl/ |
| H A D | online_compiler.hpp | 69 /// Designates a source language for the online compiler. 72 /// Represents an online compiler for the language given as template 77 /// Constructs online compiler which can target any device and produces 79 /// The created compiler is "optimistic" - it assumes all applicable SYCL 89 /// Constructs online compiler which targets given architecture and produces 97 /// Constructs online compiler for the target specified by given SYCL device. 192 /// OpenCL JIT compiler options must be supported.
|
| H A D | ceed-sycl-compile.sycl.cpp | 69 // Compile an OpenCL source to SPIR-V using Intel's online compiler extension 73 …sycl::ext::libceed::online_compiler<sycl::ext::libceed::source_language::opencl_c> compiler(sycl_d… local 76 il_binary = compiler.compile(opencl_source, flags);
|
| H A D | ocloc_api.h | 81 /// messages generated by ocloc (e.g. compiler errors/warnings).
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.bib | 234 title = {Numba: A LLVM-Based Python JIT Compiler}, 240 …compiler for Python that focuses in scientific and array-oriented computing. Starting with the sim… 241 booktitle = {Proceedings of the Second Workshop on the LLVM Compiler Infrastructure in HPC}, 244 keywords = {compiler, LLVM, Python},
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | generator.jl | 12 # add compiler flags
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | LibCEED.md | 5 support, architecture-specific compiler flags, etc.), users can use LibCEED.jl
|
| H A D | index.md | 17 CUDA/GPU support, specific compiler flags, etc.) then you should compile your
|
| /libCEED/examples/python/ |
| H A D | setup_qfunctions.py | 17 # Compiler arguments
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | README.md | 9 If you require features of a specific build of libCEED (e.g. CUDA/GPU support, specific compiler fl…
|
| /libCEED/include/ceed/jit-source/magma/ |
| H A D | magma-basis-interp-deriv-nontensor.h | 34 …// unrolling this loop yields dramatic performance drop using hipcc, so let the compiler decide (n… in magma_basis_nontensor_device_n() 74 …// unrolling this loop yields dramatic performance drop using hipcc, so let the compiler decide (n… in magma_basis_nontensor_device_t() 120 …// unrolling this loop yields dramatic performance drop using hipcc, so let the compiler decide (n… in magma_basis_nontensor_device_ta()
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 15 …- Add `CEED_RUNNING_JIT_PASS` compiler definition for wrapping header files that device JiT compil… 27 - Allow user to set additional compiler options for CUDA and HIP JiT. 101 - Added `CEED_QFUNCTION_ATTR` for setting compiler attributes/pragmas to `CEED_QFUNCTION_HELPER` an… 182 …ile first, then by compiler paths (as with `<>` includes). To use this feature, one should adhere … 474 compilation, provided by nvrtc (NVidia Runtime Compiler), and runtime parameters, this
|
| /libCEED/include/ceed/ |
| H A D | types.h | 20 …This macro defines compiler attributes to the CEED_QFUNCTION to force inlining for called function… 21 The `inline` declaration does not necessarily enforce a compiler to inline a function.
|
| /libCEED/examples/nek/ |
| H A D | nek-examples.sh | 30 ## Fortran compiler 33 ## C compiler
|
| /libCEED/ |
| H A D | README.md | 49 …utomatically detect support for the AVX instruction set using gcc-style compiler options for the h… 62 if your compiler does not support gcc-style options, if you are cross compiling, etc. 71 $ make SYCL_DIR=/opt/intel/oneapi/compiler/latest/linux SYCLCXX=icpx CC=icx CXX=icpx
|
| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 129 CeedDebug256(ceed, CEED_DEBUG_COLOR_SUCCESS, "---------- JiT COMPILER OPTIONS ----------\n"); in CeedCompileCore_Hip() 134 …CeedDebug256(ceed, CEED_DEBUG_COLOR_SUCCESS, "---------- END OF JiT COMPILER OPTIONS ----------\n"… in CeedCompileCore_Hip()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stabilization.h | 107 …// Ctau_E * Tau_d[1] /cv to avoid a division if the compiler is smart enough to see that cv IS a c… in Tau_diagPrim()
|
| H A D | advection.h | 197 // Cannot directly use QdataUnpack* helper functions due to SYCL online compiler incompatabilities in QdataUnpack_ND() 212 …// Cannot directly use QdataBoundaryUnpack* helper functions due to SYCL online compiler incompata… in QdataBoundaryUnpack_ND() 243 …e StatePhysicalGradientFromReference helper functions due to SYCL online compiler incompatabilities in StatePhysicalGradientFromReference_ND()
|