Lines Matching refs:P_name
226 …std::string P_name = (is_tensor ? "P_1d" : "P") + var_suffix, Q_name = is_tensor ? "Q_1d… in CeedOperatorBuildKernelFieldData_Hip_gen() local
262 …code << tab << "const CeedInt " << P_name << " = " << (basis == CEED_BASIS_NONE ? Q_1d : P_1d) << … in CeedOperatorBuildKernelFieldData_Hip_gen()
305 …code << tab << "__shared__ CeedScalar s_B" << var_suffix << "[" << P_name << "*" << Q_name << "];\… in CeedOperatorBuildKernelFieldData_Hip_gen()
306 …code << tab << "LoadMatrix<" << P_name << ", " << Q_name << ">(data, B." << option_name << "[" << … in CeedOperatorBuildKernelFieldData_Hip_gen()
344 …code << tab << "__shared__ CeedScalar s_B" << var_suffix << "[" << P_name << "*" << Q_name << "];\… in CeedOperatorBuildKernelFieldData_Hip_gen()
345 …code << tab << "LoadMatrix<" << P_name << ", " << Q_name << ">(data, B." << option_name << "[" << … in CeedOperatorBuildKernelFieldData_Hip_gen()
387 …code << tab << "__shared__ CeedScalar s_G" << var_suffix << "[" << P_name << "*" << Q_name << (is_… in CeedOperatorBuildKernelFieldData_Hip_gen()
389 …code << tab << "LoadMatrix<" << P_name << ", " << Q_name << (is_tensor ? "" : "*dim") << (is_tenso… in CeedOperatorBuildKernelFieldData_Hip_gen()
415 std::string P_name = (is_all_tensor ? "P_1d" : "P") + var_suffix; in CeedOperatorBuildKernelRestriction_Hip_gen() local
444 …code << tab << "CeedScalar r_e" << var_suffix << "[num_comp" << var_suffix << "*" << P_name << "];… in CeedOperatorBuildKernelRestriction_Hip_gen()
459 …<< P_name << ">(data, l_size" << var_suffix << ", elem, indices.inputs[" << i << "], d" << var_suf… in CeedOperatorBuildKernelRestriction_Hip_gen()
476 …ed" << (is_all_tensor ? max_dim : 1) << "d<num_comp" << var_suffix << ", " << P_name << ", strides" in CeedOperatorBuildKernelRestriction_Hip_gen()
508 …<< P_name << ">(data, l_size" << var_suffix << ", elem, indices.outputs[" << i << "], r_e" << var_… in CeedOperatorBuildKernelRestriction_Hip_gen()
525 …ed" << (is_all_tensor ? max_dim : 1) << "d<num_comp" << var_suffix << ", " << P_name << ", strides" in CeedOperatorBuildKernelRestriction_Hip_gen()
557 …std::string P_name = (is_tensor ? "P_1d" : "P") + var_suffix, Q_name = is_tensor ? "Q_1d" … in CeedOperatorBuildKernelBasis_Hip_gen() local
590 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
596 …string op_t_1d_name = (is_all_tensor || !is_tensor) ? "OP_T_1D" : (P_1d > Q_1d ? P_name : Q_name); in CeedOperatorBuildKernelBasis_Hip_gen()
599 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
608 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
615 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
622 std::string op_t_1d_name = is_all_tensor ? "OP_T_1D" : (P_1d > Q_1d ? P_name : Q_name); in CeedOperatorBuildKernelBasis_Hip_gen()
626 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
632 …tion_name << "<num_comp" << var_suffix << ", dim" << var_suffix << ", " << P_name << ", " << Q_name in CeedOperatorBuildKernelBasis_Hip_gen()
648 …code << tab << function_name << "<" << P_name << ", " << Q_name << ">(data, W, r_q" << var_suffix … in CeedOperatorBuildKernelBasis_Hip_gen()
668 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
675 …:string op_t_1d_name = (is_all_tensor || !is_tensor) ? "OP_T_1D" : (P_1d > Q_1d ? P_name : Q_name); in CeedOperatorBuildKernelBasis_Hip_gen()
677 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
686 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
692 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
700 std::string op_t_1d_name = is_all_tensor ? "OP_T_1D" : (P_1d > Q_1d ? P_name : Q_name); in CeedOperatorBuildKernelBasis_Hip_gen()
702 …code << tab << function_name << "<num_comp" << var_suffix << ", " << P_name << ", " << Q_name << "… in CeedOperatorBuildKernelBasis_Hip_gen()
707 …tion_name << "<num_comp" << var_suffix << ", dim" << var_suffix << ", " << P_name << ", " << Q_name in CeedOperatorBuildKernelBasis_Hip_gen()
810 std::string P_name = "P_1d" + var_suffix; in CeedOperatorBuildKernelQFunction_Hip_gen() local
825 …oints" << max_dim << "d<num_comp" << var_suffix << ", max_num_points, " << P_name << ", " << Q_name in CeedOperatorBuildKernelQFunction_Hip_gen()
830 …oints" << max_dim << "d<num_comp" << var_suffix << ", max_num_points, " << P_name << ", " << Q_name in CeedOperatorBuildKernelQFunction_Hip_gen()
1047 std::string P_name = "P_1d" + var_suffix; in CeedOperatorBuildKernelQFunction_Hip_gen() local
1075 …oints" << max_dim << "d<num_comp" << var_suffix << ", max_num_points, " << P_name << ", " << Q_name in CeedOperatorBuildKernelQFunction_Hip_gen()
1084 …oints" << max_dim << "d<num_comp" << var_suffix << ", max_num_points, " << P_name << ", " << Q_name in CeedOperatorBuildKernelQFunction_Hip_gen()
1103 std::string P_name = "P_1d" + var_suffix; in CeedOperatorBuildKernelQFunction_Hip_gen() local