Home
last modified time | relevance | path

Searched refs:exec_type (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dginkgo_solver.h205 const std::string exec_type; variable
236 const std::string & exec_type,
253 const std::string & exec_type,
292 const std::string & exec_type,
350 const std::string & exec_type,
367 const std::string & exec_type,
417 const std::string & exec_type,
434 const std::string & exec_type,
483 const std::string & exec_type,
542 const std::string & exec_type,
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/lac/
H A Dginkgo_solver.cc37 , exec_type(exec_type) in SolverBase()
39 if (exec_type == "reference") in SolverBase()
43 else if (exec_type == "omp") in SolverBase()
307 : SolverBase<ValueType, IndexType>(solver_control, exec_type) in SolverCG()
320 const std::string & exec_type, in SolverCG() argument
339 const std::string & exec_type, in SolverBicgstab() argument
355 const std::string & exec_type, in SolverBicgstab() argument
388 const std::string & exec_type, in SolverCGS() argument
421 const std::string & exec_type, in SolverFCG() argument
464 const std::string & exec_type, in SolverGMRES() argument
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/executor/
H A Dattach_op_execs_pass.cc128 ExecType exec_type() const override { in exec_type() function in mxnet::exec::StatefulComputeExecutor
144 ExecType exec_type, in StatefulComputeExecutor() argument
176 ExecType exec_type() const override { in exec_type() function in mxnet::exec::StatefulComputeExExecutor
192 ExecType exec_type) in StatefulComputeExExecutor() argument
194 exec_type_(exec_type) {} in StatefulComputeExExecutor()
217 ExecType exec_type() const override { in exec_type() function in mxnet::exec::FComputeExecutor
225 fcompute_(fcompute), exec_type_(exec_type) { in FComputeExecutor()
253 ExecType exec_type() const override { in exec_type() function in mxnet::exec::FComputeExExecutor
289 ExecType exec_type = ExecType::kSync; in CreateOpExecs() local
295 exec_type = fexec_type[op](inode.source->attrs); in CreateOpExecs()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/executor/
H A Dattach_op_execs_pass.cc128 ExecType exec_type() const override { in exec_type() function in mxnet::exec::StatefulComputeExecutor
144 ExecType exec_type, in StatefulComputeExecutor() argument
176 ExecType exec_type() const override { in exec_type() function in mxnet::exec::StatefulComputeExExecutor
192 ExecType exec_type) in StatefulComputeExExecutor() argument
194 exec_type_(exec_type) {} in StatefulComputeExExecutor()
217 ExecType exec_type() const override { in exec_type() function in mxnet::exec::FComputeExecutor
225 fcompute_(fcompute), exec_type_(exec_type) { in FComputeExecutor()
253 ExecType exec_type() const override { in exec_type() function in mxnet::exec::FComputeExExecutor
289 ExecType exec_type = ExecType::kSync; in CreateOpExecs() local
295 exec_type = fexec_type[op](inode.source->attrs); in CreateOpExecs()
[all …]
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_ir_fs.h477 exec_type = t; in get_exec_type()
480 exec_type = t; in get_exec_type()
484 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
485 exec_type = inst->dst.type; in get_exec_type()
487 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
502 if (type_sz(exec_type) == 2 && in get_exec_type()
503 inst->dst.type != exec_type) { in get_exec_type()
504 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
505 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
507 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_ir_fs.h483 exec_type = t; in get_exec_type()
486 exec_type = t; in get_exec_type()
490 if (exec_type == BRW_REGISTER_TYPE_B) in get_exec_type()
491 exec_type = inst->dst.type; in get_exec_type()
493 assert(exec_type != BRW_REGISTER_TYPE_B); in get_exec_type()
508 if (type_sz(exec_type) == 2 && in get_exec_type()
509 inst->dst.type != exec_type) { in get_exec_type()
510 if (exec_type == BRW_REGISTER_TYPE_HF) in get_exec_type()
511 exec_type = BRW_REGISTER_TYPE_F; in get_exec_type()
513 exec_type = BRW_REGISTER_TYPE_D; in get_exec_type()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-d10v.c100 packing_type exec_type));
783 packing_type exec_type;
791 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY)))
797 switch (exec_type)
826 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ)
938 packing_type exec_type;
944 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0
945 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0
1069 if ((op1->exec_type & SEQ)
1070 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY)))
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dtc-d10v.c100 packing_type exec_type));
783 packing_type exec_type;
791 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY)))
797 switch (exec_type)
826 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ)
938 packing_type exec_type;
944 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0
945 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0
1069 if ((op1->exec_type & SEQ)
1070 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY)))
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-d10v.c100 packing_type exec_type));
783 packing_type exec_type;
791 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY)))
797 switch (exec_type)
826 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ)
938 packing_type exec_type;
944 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0
945 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0
1069 if ((op1->exec_type & SEQ)
1070 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY)))
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-d10v.c702 if ((op1->exec_type & SEQ) in check_resource_conflict()
703 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
710 if ((op2->exec_type & SEQ) in check_resource_conflict()
711 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
833 packing_type exec_type) in parallel_ok() argument
839 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 in parallel_ok()
840 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0 in parallel_ok()
848 if (exec_type == PACK_UNSPEC in parallel_ok()
970 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
976 switch (exec_type) in write_2_short()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-d10v.c701 if ((op1->exec_type & SEQ) in check_resource_conflict()
702 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
709 if ((op2->exec_type & SEQ) in check_resource_conflict()
710 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
832 packing_type exec_type) in parallel_ok() argument
838 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 in parallel_ok()
839 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0 in parallel_ok()
847 if (exec_type == PACK_UNSPEC in parallel_ok()
969 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
975 switch (exec_type) in write_2_short()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-d10v.c702 if ((op1->exec_type & SEQ) in check_resource_conflict()
703 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
710 if ((op2->exec_type & SEQ) in check_resource_conflict()
711 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
833 packing_type exec_type) in parallel_ok() argument
839 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 in parallel_ok()
840 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0 in parallel_ok()
848 if (exec_type == PACK_UNSPEC in parallel_ok()
970 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
976 switch (exec_type) in write_2_short()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-d10v.c735 if ((op1->exec_type & SEQ) in check_resource_conflict()
736 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
743 if ((op2->exec_type & SEQ) in check_resource_conflict()
744 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
866 packing_type exec_type) in parallel_ok() argument
872 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 in parallel_ok()
873 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0 in parallel_ok()
881 if (exec_type == PACK_UNSPEC in parallel_ok()
1003 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
1009 switch (exec_type) in write_2_short()
[all …]
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-d10v.c701 if ((op1->exec_type & SEQ) in check_resource_conflict()
702 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
709 if ((op2->exec_type & SEQ) in check_resource_conflict()
710 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
832 packing_type exec_type) in parallel_ok() argument
838 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 in parallel_ok()
839 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0 in parallel_ok()
847 if (exec_type == PACK_UNSPEC in parallel_ok()
969 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
975 switch (exec_type) in write_2_short()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-d10v.c701 if ((op1->exec_type & SEQ) in check_resource_conflict()
702 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
709 if ((op2->exec_type & SEQ) in check_resource_conflict()
710 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
832 packing_type exec_type) in parallel_ok() argument
838 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 in parallel_ok()
839 || (op1->exec_type & PAR) == 0 || (op2->exec_type & PAR) == 0 in parallel_ok()
847 if (exec_type == PACK_UNSPEC in parallel_ok()
969 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
975 switch (exec_type) in write_2_short()
[all …]
/dports/math/libflame/libflame-5.2.0/docs/libflame/figs/
H A D50-cntl-tree-structs.tex13 FLA_Exec exec_type;
28 FLA_Exec exec_type;
45 FLA_Exec exec_type;
66 FLA_Exec exec_type;
82 FLA_Exec exec_type;
101 FLA_Exec exec_type;

12345678910>>...12