Searched defs:need_sync (Results 1 – 6 of 6) sorted by relevance
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-qfunctioncontext.c | 129 …unctionContextNeedSync_Hip(const CeedQFunctionContext ctx, CeedMemType mem_type, bool *need_sync) { in CeedQFunctionContextNeedSync_Hip() 232 bool need_sync = false; in CeedQFunctionContextTakeData_Hip() local 262 bool need_sync = false; in CeedQFunctionContextGetDataCore_Hip() local
|
| H A D | ceed-hip-ref-vector.c | 21 …ic inline int CeedVectorNeedSync_Hip(const CeedVector vec, CeedMemType mem_type, bool *need_sync) { in CeedVectorNeedSync_Hip() 98 bool need_sync = false; in CeedVectorSyncArray_Hip() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-qfunctioncontext.c | 130 …nctionContextNeedSync_Cuda(const CeedQFunctionContext ctx, CeedMemType mem_type, bool *need_sync) { in CeedQFunctionContextNeedSync_Cuda() 238 bool need_sync = false; in CeedQFunctionContextTakeData_Cuda() local 263 bool need_sync = false; in CeedQFunctionContextGetDataCore_Cuda() local
|
| H A D | ceed-cuda-ref-vector.c | 21 …c inline int CeedVectorNeedSync_Cuda(const CeedVector vec, CeedMemType mem_type, bool *need_sync) { in CeedVectorNeedSync_Cuda() 98 bool need_sync = false; in CeedVectorSyncArray_Cuda() local
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-qfunctioncontext.sycl.cpp | 141 …nctionContextNeedSync_Sycl(const CeedQFunctionContext ctx, CeedMemType mem_type, bool *need_sync) { in CeedQFunctionContextNeedSync_Sycl() 259 bool need_sync = false; in CeedQFunctionContextTakeData_Sycl() local 295 bool need_sync = false; in CeedQFunctionContextGetDataCore_Sycl() local
|
| H A D | ceed-sycl-vector.sycl.cpp | 20 …c inline int CeedVectorNeedSync_Sycl(const CeedVector vec, CeedMemType mem_type, bool *need_sync) { in CeedVectorNeedSync_Sycl() 109 bool need_sync = false; in CeedVectorSyncArray_Sycl() local
|