Searched full:llvm (Results 1 – 10 of 10) sorted by relevance
| /libCEED/.github/workflows/ ! |
| H A D | c-fortran-test-style.yml | 23 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 D | rust-test-with-style.yml | 26 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 D | c-fortran-test-linux-osx.yml | 36 echo "CC=$(brew --prefix llvm@18)/bin/clang" >> $GITHUB_ENV
|
| /libCEED/backends/sycl/ ! |
| H A D | ocloc_api.h | 3 // 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 D | online_compiler.hpp | 3 // 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 D | online_compiler.sycl.cpp | 3 // 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 D | ceed-sycl-compile.sycl.cpp | 149 …// https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_backend_l… in CeedGetKernel_Sycl()
|
| /libCEED/backends/cuda/ ! |
| H A D | ceed-cuda-compile.cpp | 290 …(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 D | paper.bib | 234 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.yml | 196 - rustup component add llvm-tools --toolchain nightly
|