Searched refs:curl_orients_in (Results 1 – 4 of 4) sorted by relevance
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-operator-assemble.h | 23 … const CeedInt8 *curl_orients_in, const bool *orients_out, const CeedInt8 *curl_orients_out, in __launch_bounds__() 71 if (!curl_orients_in && !curl_orients_out) { in __launch_bounds__() 75 } else if (curl_orients_in) { in __launch_bounds__() 79 …(l > 0 ? s_C[NUM_NODES_IN * threadIdx.y + l - 1] * curl_orients_in[3 * NUM_NODES_IN * e + 3 * l - … in __launch_bounds__() 80 … s_C[NUM_NODES_IN * threadIdx.y + l] * curl_orients_in[3 * NUM_NODES_IN * e + 3 * l + 1] + in __launch_bounds__() 81 …(l < (NUM_NODES_IN - 1) ? s_C[NUM_NODES_IN * threadIdx.y + l + 1] * curl_orients_in[3 * NUM_NODES_… in __launch_bounds__() 86 if (curl_orients_in || curl_orients_out) { in __launch_bounds__()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-operator-assemble.h | 23 … const CeedInt8 *curl_orients_in, const bool *orients_out, const CeedInt8 *curl_orients_out, in __launch_bounds__() 71 if (!curl_orients_in && !curl_orients_out) { in __launch_bounds__() 75 } else if (curl_orients_in) { in __launch_bounds__() 79 …(l > 0 ? s_C[NUM_NODES_IN * threadIdx.y + l - 1] * curl_orients_in[3 * NUM_NODES_IN * e + 3 * l - … in __launch_bounds__() 80 … s_C[NUM_NODES_IN * threadIdx.y + l] * curl_orients_in[3 * NUM_NODES_IN * e + 3 * l + 1] + in __launch_bounds__() 81 …(l < (NUM_NODES_IN - 1) ? s_C[NUM_NODES_IN * threadIdx.y + l + 1] * curl_orients_in[3 * NUM_NODES_… in __launch_bounds__() 86 if (curl_orients_in || curl_orients_out) { in __launch_bounds__()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1723 const CeedInt8 *curl_orients_in = NULL, *curl_orients_out = NULL; in CeedOperatorAssembleSingle_Hip() local 1756 …eedCallBackend(CeedElemRestrictionGetCurlOrientations(rstr_in, CEED_MEM_DEVICE, &curl_orients_in)); in CeedOperatorAssembleSingle_Hip() 1774 curl_orients_out = curl_orients_in; in CeedOperatorAssembleSingle_Hip() 1779 …((curl_orients_in || curl_orients_out ? elem_size_in * elem_size_out : 0) + (curl_orients_in ? ele… in CeedOperatorAssembleSingle_Hip() 1782 …[] = {(void *)&num_elem_in, &asmb->d_B_in, &asmb->d_B_out, &orients_in, &curl_orients_in, in CeedOperatorAssembleSingle_Hip() 1797 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr_in, &curl_orients_in)); in CeedOperatorAssembleSingle_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1726 const CeedInt8 *curl_orients_in = NULL, *curl_orients_out = NULL; in CeedOperatorAssembleSingle_Cuda() local 1759 …eedCallBackend(CeedElemRestrictionGetCurlOrientations(rstr_in, CEED_MEM_DEVICE, &curl_orients_in)); in CeedOperatorAssembleSingle_Cuda() 1777 curl_orients_out = curl_orients_in; in CeedOperatorAssembleSingle_Cuda() 1782 …((curl_orients_in || curl_orients_out ? elem_size_in * elem_size_out : 0) + (curl_orients_in ? ele… in CeedOperatorAssembleSingle_Cuda() 1785 …[] = {(void *)&num_elem_in, &asmb->d_B_in, &asmb->d_B_out, &orients_in, &curl_orients_in, in CeedOperatorAssembleSingle_Cuda() 1800 CeedCallBackend(CeedElemRestrictionRestoreCurlOrientations(rstr_in, &curl_orients_in)); in CeedOperatorAssembleSingle_Cuda()
|