| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared.c | 47 CEED_INTERN int CeedRegister_Hip_Shared(void) { return CeedRegister("/gpu/hip/shared", CeedInit_Hip… in CeedRegister_Hip_Shared() argument
|
| /libCEED/gallery/poisson/ |
| H A D | ceed-poisson3dapply.c | 36 CEED_INTERN int CeedQFunctionRegister_Poisson3DApply(void) { in CeedQFunctionRegister_Poisson3DApply() argument
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen.c | 52 CEED_INTERN int CeedRegister_Hip_Gen(void) { return CeedRegister("/gpu/hip/gen", CeedInit_Hip_gen, … in CeedRegister_Hip_Gen() argument
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref.sycl.cpp | 58 CEED_INTERN int CeedRegister_Sycl(void) { in CeedRegister_Sycl() argument
|
| /libCEED/gallery/poisson-vector/ |
| H A D | ceed-vectorpoisson3dapply.c | 36 CEED_INTERN int CeedQFunctionRegister_Vector3Poisson3DApply(void) { in CeedQFunctionRegister_Vector3Poisson3DApply() argument
|
| H A D | ceed-vectorpoisson2dapply.c | 36 CEED_INTERN int CeedQFunctionRegister_Vector3Poisson2DApply(void) { in CeedQFunctionRegister_Vector3Poisson2DApply() argument
|
| H A D | ceed-vectorpoisson1dapply.c | 36 CEED_INTERN int CeedQFunctionRegister_Vector3Poisson1DApply(void) { in CeedQFunctionRegister_Vector3Poisson1DApply() argument
|
| /libCEED/gallery/identity/ |
| H A D | ceed-identity.c | 42 CEED_INTERN int CeedQFunctionRegister_Identity(void) { in CeedQFunctionRegister_Identity() argument
|
| /libCEED/backends/sycl-gen/ |
| H A D | ceed-sycl-gen.sycl.cpp | 53 CEED_INTERN int CeedRegister_Sycl_Gen(void) { return CeedRegister("/gpu/sycl/gen", CeedInit_Sycl_ge… in CeedRegister_Sycl_Gen() argument
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen.c | 52 CEED_INTERN int CeedRegister_Cuda_Gen(void) { return CeedRegister("/gpu/cuda/gen", CeedInit_Cuda_ge… in CeedRegister_Cuda_Gen() argument
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-blocked.c | 56 CEED_INTERN int CeedRegister_Opt_Blocked(void) { return CeedRegister("/cpu/self/opt/blocked", CeedI… in CeedRegister_Opt_Blocked() argument
|
| H A D | ceed-opt-serial.c | 56 CEED_INTERN int CeedRegister_Opt_Serial(void) { return CeedRegister("/cpu/self/opt/serial", CeedIni… in CeedRegister_Opt_Serial() argument
|
| /libCEED/interface/ |
| H A D | ceed-register.c | 30 int CeedRegisterAll(void) { in CeedRegisterAll() argument
|
| H A D | ceed.c | 241 bool CeedDebugFlagEnv(void) { return getenv("CEED_DEBUG") || getenv("DEBUG") || getenv("DBG"); } in CeedDebugFlagEnv() argument 730 …ndFunctionImpl(Ceed ceed, const char *type, void *object, const char *func_name, void (*f)(void)) { in CeedSetBackendFunctionImpl() argument
|
| /libCEED/backends/sycl-shared/ |
| H A D | ceed-sycl-shared.sycl.cpp | 55 CEED_INTERN int CeedRegister_Sycl_Shared(void) { in CeedRegister_Sycl_Shared() argument
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref.c | 72 CEED_INTERN int CeedRegister_Cuda(void) { return CeedRegister("/gpu/cuda/ref", CeedInit_Cuda_ref, 4… in CeedRegister_Cuda() argument
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref.c | 75 CEED_INTERN int CeedRegister_Hip(void) { return CeedRegister("/gpu/hip/ref", CeedInit_Hip_ref, 40);… in CeedRegister_Hip() argument
|
| /libCEED/examples/fluids/src/ |
| H A D | mat-ceed.c | 1017 PetscErrorCode MatCeedSetOperation(Mat mat, MatOperation op, void (*g)(void)) { in MatCeedSetOperation() argument
|