Searched refs:h_curl_orients (Results 1 – 4 of 4) sorted by relevance
363 *curl_orients = impl->h_curl_orients; in CeedElemRestrictionGetCurlOrientations_Cuda()629 &impl->h_curl_orients)); in CeedElemRestrictionCreate_Cuda()632 …cudaMemcpy((CeedInt8 *)impl->d_curl_orients_owned, impl->h_curl_orients, 3 * size * sizeof(CeedInt… in CeedElemRestrictionCreate_Cuda()641 impl->h_curl_orients = impl->h_curl_orients_owned; in CeedElemRestrictionCreate_Cuda()
45 const CeedInt8 *h_curl_orients; member
364 *curl_orients = impl->h_curl_orients; in CeedElemRestrictionGetCurlOrientations_Hip()630 &impl->h_curl_orients)); in CeedElemRestrictionCreate_Hip()633 …hipMemcpy((CeedInt8 *)impl->d_curl_orients_owned, impl->h_curl_orients, 3 * size * sizeof(CeedInt8… in CeedElemRestrictionCreate_Hip()642 impl->h_curl_orients = impl->h_curl_orients_owned; in CeedElemRestrictionCreate_Hip()
50 const CeedInt8 *h_curl_orients; member