Searched refs:orients_out (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__() 68 if (orients_out) { in __launch_bounds__() 69 result *= orients_out[NUM_NODES_OUT * e + i] ? -1.0 : 1.0; 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__() 68 if (orients_out) { in __launch_bounds__() 69 result *= orients_out[NUM_NODES_OUT * e + i] ? -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 1767 CeedCallBackend(CeedElemRestrictionGetOrientations(rstr_out, CEED_MEM_DEVICE, &orients_out)); in CeedOperatorAssembleSingle_Hip() 1773 orients_out = orients_in; in CeedOperatorAssembleSingle_Hip() 1783 &orients_out, &curl_orients_out, &assembled_qf_array, &values_array}; in CeedOperatorAssembleSingle_Hip() 1801 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_out, &orients_out)); 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 1770 CeedCallBackend(CeedElemRestrictionGetOrientations(rstr_out, CEED_MEM_DEVICE, &orients_out)); in CeedOperatorAssembleSingle_Cuda() 1776 orients_out = orients_in; in CeedOperatorAssembleSingle_Cuda() 1786 &orients_out, &curl_orients_out, &assembled_qf_array, &values_array}; in CeedOperatorAssembleSingle_Cuda() 1804 CeedCallBackend(CeedElemRestrictionRestoreOrientations(rstr_out, &orients_out)); in CeedOperatorAssembleSingle_Cuda()
|