Home
last modified time | relevance | path

Searched full:llvm (Results 1 – 10 of 10) sorted by relevance

/libCEED/.github/workflows/ !
H A Dc-fortran-test-style.yml23 wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
24 sudo add-apt-repository 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main'
H A Drust-test-with-style.yml26 components: llvm-tools-preview
27 - name: Install cargo-llvm-cov
30 tool: cargo-llvm-cov
35 run: cargo llvm-cov test --doctests --lcov --output-path lcov.info
H A Dc-fortran-test-linux-osx.yml36 echo "CC=$(brew --prefix llvm@18)/bin/clang" >> $GITHUB_ENV
/libCEED/backends/sycl/ !
H A Docloc_api.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Donline_compiler.hpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Donline_compiler.sycl.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dceed-sycl-compile.sycl.cpp149 …// https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_backend_l… in CeedGetKernel_Sycl()
/libCEED/backends/cuda/ !
H A Dceed-cuda-compile.cpp290 …(rustup run " + std::string(rust_toolchain) + " rustc --print sysroot) -name llvm-link) --version"; in CeedCompileCore_Cuda()
291 CeedDebug(ceed, "Attempting to detect Rust LLVM version.\ncommand:\n$ %s", command.c_str()); in CeedCompileCore_Cuda()
294 …CeedCheck(output_stream != nullptr, ceed, CEED_ERROR_BACKEND, "Failed to detect Rust LLVM version"… in CeedCompileCore_Cuda()
303 …CeedCheck(pclose(output_stream) == 0, ceed, CEED_ERROR_BACKEND, "Failed to detect Rust LLVM versio… in CeedCompileCore_Cuda()
306 const char *version_substring = strstr(output.c_str(), "LLVM version "); in CeedCompileCore_Cuda()
315 CeedDebug(ceed, "Rust LLVM version number: %d\n", llvm_version); in CeedCompileCore_Cuda()
328 …ing(prop.major) + std::to_string(prop.minor) + " --cuda-device-only -emit-llvm -S temp/kernel_" + … in CeedCompileCore_Cuda()
334 // Find Rust's llvm-link tool and run it in CeedCompileCore_Cuda()
335 …stup run " + std::string(rust_toolchain) + " rustc --print sysroot) -name llvm-link) temp/kernel_"… in CeedCompileCore_Cuda()
/libCEED/doc/papers/joss/ !
H A Dpaper.bib234 title = {Numba: A LLVM-Based Python JIT Compiler},
240 …compiled language. In addition, we share our experience in building a JIT compiler using LLVM[1].},
241 booktitle = {Proceedings of the Second Workshop on the LLVM Compiler Infrastructure in HPC},
244 keywords = {compiler, LLVM, Python},
246 series = {LLVM '15}
/libCEED/ !
H A D.gitlab-ci.yml196 - rustup component add llvm-tools --toolchain nightly