Home
last modified time | relevance | path

Searched refs:is_compile_good (Results 1 – 6 of 6) sorted by relevance

/libCEED/backends/hip/
H A Dceed-hip-compile.cpp36 …ore_Hip(Ceed ceed, const char *source, const bool throw_error, bool *is_compile_good, hipModule_t … in CeedCompileCore_Hip() argument
146 *is_compile_good = result == HIPRTC_SUCCESS; in CeedCompileCore_Hip()
147 if (!*is_compile_good) { in CeedCompileCore_Hip()
179 bool is_compile_good = true; in CeedCompile_Hip() local
183 …const CeedInt ierr = CeedCompileCore_Hip(ceed, source, true, &is_compile_good, module, num_defines… in CeedCompile_Hip()
190 int CeedTryCompile_Hip(Ceed ceed, const char *source, bool *is_compile_good, hipModule_t *module, c… in CeedTryCompile_Hip() argument
194 …const CeedInt ierr = CeedCompileCore_Hip(ceed, source, false, is_compile_good, module, num_defines… in CeedTryCompile_Hip()
H A Dceed-hip-compile.h16 CEED_INTERN int CeedTryCompile_Hip(Ceed ceed, const char *source, bool *is_compile_good, hipModule_…
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp71 …re_Cuda(Ceed ceed, const char *source, const bool throw_error, bool *is_compile_good, CUmodule *mo… in CeedCompileCore_Cuda() argument
188 *is_compile_good = result == NVRTC_SUCCESS; in CeedCompileCore_Cuda()
189 if (!*is_compile_good) { in CeedCompileCore_Cuda()
390 *is_compile_good = result == 0; in CeedCompileCore_Cuda()
391 if (!*is_compile_good) { in CeedCompileCore_Cuda()
408 bool is_compile_good = true; in CeedCompile_Cuda() local
412 …const CeedInt ierr = CeedCompileCore_Cuda(ceed, source, true, &is_compile_good, module, num_define… in CeedCompile_Cuda()
419 int CeedTryCompile_Cuda(Ceed ceed, const char *source, bool *is_compile_good, CUmodule *module, con… in CeedTryCompile_Cuda() argument
423 …const CeedInt ierr = CeedCompileCore_Cuda(ceed, source, false, is_compile_good, module, num_define… in CeedTryCompile_Cuda()
H A Dceed-cuda-compile.h16 CEED_INTERN int CeedTryCompile_Cuda(Ceed ceed, const char *source, bool *is_compile_good, CUmodule …
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp1633 bool is_compile_good = false; in CeedOperatorBuildKernel_Hip_gen() local
1636 …CeedCallBackend(CeedTryCompile_Hip(ceed, code.str().c_str(), &is_compile_good, &data->module, 2, "… in CeedOperatorBuildKernel_Hip_gen()
1638 if (is_compile_good) { in CeedOperatorBuildKernel_Hip_gen()
2096 bool is_compile_good = false; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local
2099 CeedCallBackend(CeedTryCompile_Hip(ceed, code.str().c_str(), &is_compile_good, in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
2102 if (is_compile_good) { in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
2678 bool is_compile_good = false; in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen() local
2681 …CeedCallBackend(CeedTryCompile_Hip(ceed, code.str().c_str(), &is_compile_good, &data->module_assem… in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen()
2683 if (is_compile_good) { in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen()
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator-build.cpp1615 bool is_compile_good = false; in CeedOperatorBuildKernel_Cuda_gen() local
1619 …CeedCallBackend(CeedTryCompile_Cuda(ceed, code.str().c_str(), &is_compile_good, &data->module, 1, … in CeedOperatorBuildKernel_Cuda_gen()
1620 if (is_compile_good) { in CeedOperatorBuildKernel_Cuda_gen()
2086 bool is_compile_good = false; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
2090 CeedCallBackend(CeedTryCompile_Cuda(ceed, code.str().c_str(), &is_compile_good, in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2092 if (is_compile_good) { in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2677 bool is_compile_good = false; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
2681 …CeedCallBackend(CeedTryCompile_Cuda(ceed, code.str().c_str(), &is_compile_good, &data->module_asse… in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2682 if (is_compile_good) { in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()