Home
last modified time | relevance | path

Searched refs:s_C (Results 1 – 2 of 2) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-operator-assemble.h26 CeedScalar *s_C = &s_CT[NUM_NODES_OUT * NUM_NODES_IN]; in __launch_bounds__() local
76 s_C[NUM_NODES_IN * threadIdx.y + l] = result; 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__()
80s_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__()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-operator-assemble.h26 CeedScalar *s_C = &s_CT[NUM_NODES_OUT * NUM_NODES_IN]; in __launch_bounds__() local
76 s_C[NUM_NODES_IN * threadIdx.y + l] = result; 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__()
80s_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__()