Home
last modified time | relevance | path

Searched refs:cuda_compile_with_clang (Results 1 – 3 of 3) sorted by relevance

/libCEED/interface/
H A Dceed-config.c51 ceed->cuda_compile_with_clang = is_clang; in CeedSetIsClang()
68 *is_clang = ceed->cuda_compile_with_clang; in CeedGetIsClang()
H A Dceed.c1369 (*ceed)->cuda_compile_with_clang = true; in CeedInit()
1371 (*ceed)->cuda_compile_with_clang = false; in CeedInit()
1541 ceed_parent->cuda_compile_with_clang = true; in CeedAddRustSourceRoot()
1542 ceed->cuda_compile_with_clang = true; in CeedAddRustSourceRoot()
/libCEED/include/
H A Dceed-impl.h113 bool cuda_compile_with_clang; member