Searched refs:orients_in (Results 1 – 4 of 4) sorted by relevance
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-operator-assemble.h | 22 …le(const CeedInt num_elem, const CeedScalar *B_in, const CeedScalar *B_out, const bool *orients_in, in __launch_bounds__() 65 if (orients_in) { in __launch_bounds__() 66 result *= orients_in[NUM_NODES_IN * e + l] ? -1.0 : 1.0; in __launch_bounds__()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-operator-assemble.h | 22 …le(const CeedInt num_elem, const CeedScalar *B_in, const CeedScalar *B_out, const bool *orients_in, in __launch_bounds__() 65 if (orients_in) { in __launch_bounds__() 66 result *= orients_in[NUM_NODES_IN * e + l] ? -1.0 : 1.0; in __launch_bounds__()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1722 const bool *orients_in = NULL, *orients_out = NULL; in CeedOperatorAssembleSingle_Hip() local 1754 CeedCallBackend(CeedElemRestrictionGetOrientations(rstr_in, CEED_MEM_DEVICE, &orients_in)); in CeedOperatorAssembleSingle_Hip() 1773 orients_out = orients_in; in CeedOperatorAssembleSingle_Hip() 1782 …void *args[] = {(void *)&num_elem_in, &asmb->d_B_in, &asmb->d_B_out, &orients_in, &cur… in CeedOperatorAssembleSingle_Hip() 1795 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_in, &orients_in)); in CeedOperatorAssembleSingle_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1725 const bool *orients_in = NULL, *orients_out = NULL; in CeedOperatorAssembleSingle_Cuda() local 1757 CeedCallBackend(CeedElemRestrictionGetOrientations(rstr_in, CEED_MEM_DEVICE, &orients_in)); in CeedOperatorAssembleSingle_Cuda() 1776 orients_out = orients_in; in CeedOperatorAssembleSingle_Cuda() 1785 …void *args[] = {(void *)&num_elem_in, &asmb->d_B_in, &asmb->d_B_out, &orients_in, &cur… in CeedOperatorAssembleSingle_Cuda() 1798 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_in, &orients_in)); in CeedOperatorAssembleSingle_Cuda()
|