Home
last modified time | relevance | path

Searched defs:need_sync (Results 1 – 6 of 6) sorted by relevance

/libCEED/backends/hip-ref/
H A Dceed-hip-ref-qfunctioncontext.c129 …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 Dceed-hip-ref-vector.c21 …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 Dceed-cuda-ref-qfunctioncontext.c130 …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 Dceed-cuda-ref-vector.c21 …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 Dceed-sycl-ref-qfunctioncontext.sycl.cpp141 …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 Dceed-sycl-vector.sycl.cpp20 …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