Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 33) sorted by relevance

12

/libCEED/.github/workflows/
H A Dc-fortran-test-linux-osx.yml14 compiler: [gcc, clang]
17 compiler: apple-clang
24 - name: Set compiler
26 case "${{ matrix.compiler }}" in
45 - name: Show compiler version
H A Dpython-test-with-style.yml14 compiler: [gcc]
32 CC: ${{ matrix.compiler }}
46 CC: ${{ matrix.compiler }}
52 CC: ${{ matrix.compiler }}
H A Drust-test-with-style.yml14 compiler: [clang]
33 CC: ${{ matrix.compiler }}
46 compiler: [clang]
H A Dc-fortran-test-arm64.yml14 compiler: [gcc, clang]
23 CC: ${{ matrix.compiler }}
H A Dc-fortran-test-icc.yml10 LINUX_CPP_COMPONENTS: intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
11 LINUX_FORTRAN_COMPONENTS: intel-oneapi-compiler-fortran
H A Dc-fortan-test-ppc64le.yml14 compiler: [gcc]
26 CC: ${{ matrix.compiler }}
H A Dc-fortran-test-style.yml14 compiler: [clang]
28 CC: ${{ matrix.compiler }}
H A Drust-documentation.yml14 compiler: [clang]
/libCEED/backends/sycl/
H A Donline_compiler.hpp69 /// 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 Dceed-sycl-compile.sycl.cpp69 // 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 Docloc_api.h81 /// messages generated by ocloc (e.g. compiler errors/warnings).
/libCEED/doc/papers/joss/
H A Dpaper.bib234 title = {Numba: A LLVM-Based Python JIT Compiler},
240compiler 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 Dgenerator.jl12 # add compiler flags
/libCEED/julia/LibCEED.jl/docs/src/
H A DLibCEED.md5 support, architecture-specific compiler flags, etc.), users can use LibCEED.jl
H A Dindex.md17 CUDA/GPU support, specific compiler flags, etc.) then you should compile your
/libCEED/examples/python/
H A Dsetup_qfunctions.py17 # Compiler arguments
/libCEED/julia/LibCEED.jl/
H A DREADME.md9 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 Dmagma-basis-interp-deriv-nontensor.h34 …// 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 Dreleasenotes.md15 …- 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 Dtypes.h20 …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 Dnek-examples.sh30 ## Fortran compiler
33 ## C compiler
/libCEED/
H A DREADME.md49 …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 Dceed-hip-compile.cpp129 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 Dstabilization.h107 …// 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 Dadvection.h197 // 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()

12