Searched defs:is_compile_good (Results 1 – 4 of 4) sorted by relevance
| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 36 …leCore_Hip(Ceed ceed, const char *source, const bool throw_error, bool *is_compile_good, hipModule… in CeedCompileCore_Hip() 179 bool is_compile_good = true; in CeedCompile_Hip() local 190 int CeedTryCompile_Hip(Ceed ceed, const char *source, bool *is_compile_good, hipModule_t *module, c… in CeedTryCompile_Hip()
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 71 …eCore_Cuda(Ceed ceed, const char *source, const bool throw_error, bool *is_compile_good, CUmodule … in CeedCompileCore_Cuda() 408 bool is_compile_good = true; in CeedCompile_Cuda() local 419 int CeedTryCompile_Cuda(Ceed ceed, const char *source, bool *is_compile_good, CUmodule *module, con… in CeedTryCompile_Cuda()
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 1633 bool is_compile_good = false; in CeedOperatorBuildKernel_Hip_gen() local 2096 bool is_compile_good = false; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local 2678 bool is_compile_good = false; in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen() local
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator-build.cpp | 1615 bool is_compile_good = false; in CeedOperatorBuildKernel_Cuda_gen() local 2086 bool is_compile_good = false; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local 2677 bool is_compile_good = false; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
|