Searched refs:throw_error (Results 1 – 3 of 3) sorted by relevance
| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 36 static int CeedCompileCore_Hip(Ceed ceed, const char *source, const bool throw_error, bool *is_comp… in CeedCompileCore_Hip() argument 154 if (throw_error) { in CeedCompileCore_Hip() 230 … const int block_size_y, const int block_size_z, const int shared_mem_size, const bool throw_error, in CeedRunKernelDimSharedCore_Hip() argument 237 if (throw_error) { in CeedRunKernelDimSharedCore_Hip()
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 71 static int CeedCompileCore_Cuda(Ceed ceed, const char *source, const bool throw_error, bool *is_com… in CeedCompileCore_Cuda() argument 196 if (throw_error) { in CeedCompileCore_Cuda() 392 if (throw_error) { in CeedCompileCore_Cuda() 472 … const int block_size_y, const int block_size_z, const int shared_mem_size, const bool throw_error, in CeedRunKernelDimSharedCore_Cuda() argument 485 if (throw_error) { in CeedRunKernelDimSharedCore_Cuda()
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | LibCEED.jl | 286 sym = LibCEED.C.dlsym(handle, :CeedGetScalarType; throw_error=false)
|