Home
last modified time | relevance | path

Searched full:clang (Results 1 – 25 of 29) sorted by relevance

12

/libCEED/.github/workflows/
H A Dc-fortran-test-linux-osx.yml14 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 Dc-fortran-test-style.yml14 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 Drust-test-with-style.yml14 compiler: [clang]
46 compiler: [clang]
H A Dc-fortran-test-arm64.yml14 compiler: [gcc, clang]
H A Drust-documentation.yml14 compiler: [clang]
/libCEED/
H A D.clang-tidy1 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.yml49 # 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 DMakefile110 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.gitignore54 # Clang GPU temp files
/libCEED/interface/
H A Dceed-config.c39 @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 Dceed.c1364 // 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 DProject.toml2 Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
5 Clang = "0.16"
H A Dgenerator.jl1 using Clang.Generators
/libCEED/julia/LibCEED.jl/docs/src/
H A DC.md6 [Clang.jl](https://github.com/JuliaInterop/Clang.jl/). The code used to generate
/libCEED/tests/
H A Dt406-qfunction-helper.h9 // clang-format off
11 // clang-format on
H A Dt406-qfunction.h9 // clang-format off
24 // clang-format on
H A Dt319-basis.h43 /* clang-format off */
58 /* clang-format on */
/libCEED/examples/deal.II/
H A D.clang-format2 # 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 Dtuning.cpp16 // 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 DMakefile110 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 Dceed-cuda-compile.cpp90 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 DlibCEEDdev.md264 ## Clang-tidy
270 which uses the `clang-tidy` utility included in recent releases of Clang.
/libCEED/include/ceed/
H A Dbackend.h36 #define CeedPragmaOptimizeOff _Pragma("clang optimize off")
50 #define CeedPragmaOptimizeOn _Pragma("clang optimize on")
H A Dtypes.h120 #define CeedPragmaSIMD _Pragma("clang loop vectorize(enable)")
/libCEED/doc/papers/joss/
H A Dpaper.md151 …release candidates of PETSc 3.14 and libCEED 0.7 using gcc-10 on EPYC and clang-10/CUDA-10 on Lass…

12