Searched refs:IndexType (Results 1 – 4 of 4) sorted by relevance
13 typedef CeedSize IndexType; typedef15 typedef CeedInt IndexType; typedef33 const IndexType comp_out_stride = NUM_NODES_OUT * NUM_NODES_IN; in __launch_bounds__()34 const IndexType comp_in_stride = comp_out_stride * NUM_COMP_OUT; in __launch_bounds__()35 const IndexType e_stride = comp_in_stride * NUM_COMP_IN; in __launch_bounds__()38 const IndexType q_e_stride = NUM_QPTS; in __launch_bounds__()39 const IndexType q_comp_out_stride = num_elem * q_e_stride; in __launch_bounds__()40 const IndexType q_eval_mode_out_stride = q_comp_out_stride * NUM_COMP_OUT; in __launch_bounds__()41 const IndexType q_comp_in_stride = q_eval_mode_out_stride * NUM_EVAL_MODES_OUT; in __launch_bounds__()42 const IndexType q_eval_mode_in_stride = q_comp_in_stride * NUM_COMP_IN; in __launch_bounds__()[all …]
13 typedef CeedSize IndexType; typedef15 typedef CeedInt IndexType; typedef58 …for (IndexType e = blockIdx.x * blockDim.z + threadIdx.z; e < num_elem; e += gridDim.x * blockDim.… in __launch_bounds__()60 IndexType d_out = 0; in __launch_bounds__()63 for (IndexType e_out = 0; e_out < NUM_EVAL_MODES_OUT; e_out++) { in __launch_bounds__()64 IndexType d_in = 0; in __launch_bounds__()73 for (IndexType e_in = 0; e_in < NUM_EVAL_MODES_IN; e_in++) { in __launch_bounds__()82 for (IndexType comp_out = 0; comp_out < NUM_COMP; comp_out++) { in __launch_bounds__()85 for (IndexType comp_in = 0; comp_in < NUM_COMP; comp_in++) { in __launch_bounds__()89 for (IndexType q = 0; q < NUM_QPTS; q++) { in __launch_bounds__()[all …]