| /libCEED/.github/workflows/ |
| H A D | c-fortran-test-linux-osx.yml | 14 compiler: [gcc, clang] 17 compiler: apple-clang 34 clang) 36 echo "CC=$(brew --prefix llvm@18)/bin/clang" >> $GITHUB_ENV 38 echo "CC=clang" >> $GITHUB_ENV 41 apple-clang) 42 echo "CC=clang" >> $GITHUB_ENV
|
| H A D | c-fortran-test-style.yml | 14 compiler: [clang] 21 - name: Install clang-format 25 sudo apt update && sudo apt install clang-format-19 32 make format-c -j CLANG_FORMAT=clang-format-19 && git diff --exit-code
|
| H A D | rust-test-with-style.yml | 14 compiler: [clang] 46 compiler: [clang]
|
| H A D | c-fortran-test-arm64.yml | 14 compiler: [gcc, clang]
|
| H A D | rust-documentation.yml | 14 compiler: [clang]
|
| /libCEED/ |
| H A D | .clang-tidy | 1 Checks: "clang-diagnostic-*,clang-analyzer-*,readability-inconsistent-declaration-parameter-name,bu… 3 WarningsAsErrors: "clang-diagnostic-*,clang-analyzer-*,readability-inconsistent-declaration-paramet…
|
| H A D | .gitlab-ci.yml | 49 # Clang-tidy 50 - echo "-------------- clang-tidy ----------" && clang-tidy --version 189 - echo "-------------- Clang++ -------------" && clang++ --version 285 # Clang-tidy 286 - echo "-------------- clang-tidy ----------" && clang-tidy --version 352 # # Clang-tidy 353 # - echo "-------------- clang-tidy ----------" && clang-tidy --version 403 # Clang-tidy 404 - echo "-------------- clang-tidy ----------" && clang-tidy --version
|
| H A D | Makefile | 110 CC_VENDOR := $(firstword $(filter gcc (GCC) clang cc icc icc_orig oneAPI XL emcc,$(subst -, ,$(shel… 121 MARCHFLAG.clang := $(MARCHFLAG.gcc) 123 MARCHFLAG.oneAPI := $(MARCHFLAG.clang) 125 OMP_SIMD_FLAG.clang := $(OMP_SIMD_FLAG.gcc) 129 OMP_FLAG.clang := $(OMP_FLAG.gcc) 133 SYCL_FLAG.clang := -fsycl 137 OPT.clang := $(OPT.gcc) 139 OPT.oneAPI := $(OPT.clang) 142 CFLAGS.clang := $(CFLAGS.gcc) 144 CFLAGS.oneAPI := $(CFLAGS.clang) [all …]
|
| H A D | .gitignore | 54 # Clang GPU temp files
|
| /libCEED/interface/ |
| H A D | ceed-config.c | 39 @brief Set whether or not to use Clang when compiling for GPU (instead of nvrtc) 41 @param[in,out] ceed `Ceed` context to set Clang GPU compilation flag 42 @param[in] is_clang Flag to use clang for GPU compilation 56 @brief Determine if the current `ceed` is set to compile with Clang for CPU 58 @param[in] ceed `Ceed` context to get Clang GPU compilation flag 59 @param[out] is_clang Variable to store Clang GPU compilation flag
|
| H A D | ceed.c | 1364 // By default, make cuda compile without clang, use nvrtc instead in CeedInit() 1365 // Note that this is overridden if a rust file is included (rust requires clang) in CeedInit() 1698 // Using pointer to va_list for better FFI, but clang-tidy can't verify va_list is initalized in CeedErrorFormat() 1764 // Using pointer to va_list for better FFI, but clang-tidy can't verify va_list is initalized in CeedErrorStore() 1802 // Using pointer to va_list for better FFI, but clang-tidy can't verify va_list is initalized in CeedErrorExit()
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | Project.toml | 2 Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31" 5 Clang = "0.16"
|
| H A D | generator.jl | 1 using Clang.Generators
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | C.md | 6 [Clang.jl](https://github.com/JuliaInterop/Clang.jl/). The code used to generate
|
| /libCEED/tests/ |
| H A D | t406-qfunction-helper.h | 9 // clang-format off 11 // clang-format on
|
| H A D | t406-qfunction.h | 9 // clang-format off 24 // clang-format on
|
| H A D | t319-basis.h | 43 /* clang-format off */ 58 /* clang-format on */
|
| /libCEED/examples/deal.II/ |
| H A D | .clang-format | 2 # The clang-format (Clang 11) style file used by deal.II. 131 # surrounded by #ifdef checks (which will not be merged by clang-format) so they
|
| /libCEED/backends/magma/tuning/ |
| H A D | tuning.cpp | 16 // clang-format off 26 // clang-format on 135 // clang-format off in main() 148 // clang-format on in main()
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 110 CC_VENDOR := $(firstword $(filter gcc (GCC) clang cc icc icc_orig oneAPI XL emcc,$(subst -, ,$(shel… 121 MARCHFLAG.clang := $(MARCHFLAG.gcc) 123 MARCHFLAG.oneAPI := $(MARCHFLAG.clang) 125 OMP_SIMD_FLAG.clang := $(OMP_SIMD_FLAG.gcc) 129 OMP_FLAG.clang := $(OMP_FLAG.gcc) 133 SYCL_FLAG.clang := -fsycl 137 OPT.clang := $(OPT.gcc) 139 OPT.oneAPI := $(OPT.clang) 142 CFLAGS.clang := $(CFLAGS.gcc) 144 CFLAGS.oneAPI := $(CFLAGS.clang) [all …]
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 90 using_clang ? "Compiling CUDA with Clang backend (with Rust QFunction support)" in CeedCompileCore_Cuda() 91 …ing CUDA with NVRTC backend (without Rust QFunction support).\nTo use the Clang backend, set the e… in CeedCompileCore_Cuda() 246 …(file, ceed, CEED_ERROR_BACKEND, "Failed to create file. Write access is required for cuda-clang"); in CeedCompileCore_Cuda() 285 // Get Clang version in CeedCompileCore_Cuda() 317 command = std::string("clang++-") + std::to_string(llvm_version); in CeedCompileCore_Cuda() 327 …command = "clang++" + (use_llvm_version ? (std::string("-") + std::to_string(llvm_version)) : "") … in CeedCompileCore_Cuda()
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDdev.md | 264 ## Clang-tidy 270 which uses the `clang-tidy` utility included in recent releases of Clang.
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 36 #define CeedPragmaOptimizeOff _Pragma("clang optimize off") 50 #define CeedPragmaOptimizeOn _Pragma("clang optimize on")
|
| H A D | types.h | 120 #define CeedPragmaSIMD _Pragma("clang loop vectorize(enable)")
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 151 …release candidates of PETSc 3.14 and libCEED 0.7 using gcc-10 on EPYC and clang-10/CUDA-10 on Lass…
|