Home
last modified time | relevance | path

Searched refs:b_in_index (Results 1 – 3 of 3) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-operator-assemble.h53 IndexType b_in_index = e_in * NUM_QPTS * NUM_NODES_IN; in __launch_bounds__() local
61 …t[b_out_index + j * NUM_NODES_OUT + i] * qf_array[qf_index + j] * B_in[b_in_index + j * NUM_NODES_… in __launch_bounds__()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-operator-assemble.h53 IndexType b_in_index = e_in * NUM_QPTS * NUM_NODES_IN; in __launch_bounds__() local
61 …t[b_out_index + j * NUM_NODES_OUT + i] * qf_array[qf_index + j] * B_in[b_in_index + j * NUM_NODES_… in __launch_bounds__()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp1235 CeedSize b_in_index = eval_mode_in * num_qpts * num_nodes; in CeedOperatorLinearAssemble_Sycl() local
1243 …B_out[b_out_index + j * num_nodes + i] * qf_array[qf_index + j] * B_in[b_in_index + j * num_nodes … in CeedOperatorLinearAssemble_Sycl()