Searched refs:d_curl_orients_owned (Results 1 – 4 of 4) sorted by relevance
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 403 CeedCallCuda(ceed, cudaFree((CeedInt8 *)impl->d_curl_orients_owned)); in CeedElemRestrictionDestroy_Cuda() 630 … CeedCallCuda(ceed, cudaMalloc((void **)&impl->d_curl_orients_owned, 3 * size * sizeof(CeedInt8))); in CeedElemRestrictionCreate_Cuda() 632 …cudaMemcpy((CeedInt8 *)impl->d_curl_orients_owned, impl->h_curl_orients, 3 * size * sizeof(CeedInt… in CeedElemRestrictionCreate_Cuda() 633 impl->d_curl_orients = impl->d_curl_orients_owned; in CeedElemRestrictionCreate_Cuda() 636 …edSetDeviceCeedInt8Array_Cuda(ceed, curl_orients, copy_mode, 3 * size, &impl->d_curl_orients_owned, in CeedElemRestrictionCreate_Cuda()
|
| H A D | ceed-cuda-ref.h | 50 const CeedInt8 *d_curl_orients_owned; member
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 404 CeedCallHip(ceed, hipFree((CeedInt8 *)impl->d_curl_orients_owned)); in CeedElemRestrictionDestroy_Hip() 631 … CeedCallHip(ceed, hipMalloc((void **)&impl->d_curl_orients_owned, 3 * size * sizeof(CeedInt8))); in CeedElemRestrictionCreate_Hip() 633 …hipMemcpy((CeedInt8 *)impl->d_curl_orients_owned, impl->h_curl_orients, 3 * size * sizeof(CeedInt8… in CeedElemRestrictionCreate_Hip() 634 impl->d_curl_orients = impl->d_curl_orients_owned; in CeedElemRestrictionCreate_Hip() 637 …eedSetDeviceCeedInt8Array_Hip(ceed, curl_orients, copy_mode, 3 * size, &impl->d_curl_orients_owned, in CeedElemRestrictionCreate_Hip()
|
| H A D | ceed-hip-ref.h | 55 const CeedInt8 *d_curl_orients_owned; member
|