Home
last modified time | relevance | path

Searched refs:is_avx512 (Results 1 – 16 of 16) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_uni_binary_kernel.hpp76 static constexpr bool is_avx512 member
105 const Vmm vreg_sum_scale_ = Vmm(is_avx512 ? 17 : 9);
107 const Vmm vreg_zero_ = Vmm(is_avx512 ? 18 : 10);
108 const Vmm vreg_one_ = Vmm(is_avx512 ? 19 : 11);
109 const Vmm vreg_saturation_ubound_ = Vmm(is_avx512 ? 20 : 12);
112 const Vmm vreg_scales_src0_ = Vmm(is_avx512 ? 22 : 14);
113 const Vmm vreg_scales_src1_ = Vmm(is_avx512 ? 23 : 15);
125 const size_t unroll_regs_ = is_avx512
H A Djit_uni_pool_kernel.cpp102 const bool is_avx512 = utils::one_of(isa, avx512_common, avx512_core); in init_conf() local
106 jpp.c_block = is_avx512 ? 16 : 8; in init_conf()
216 jpp.ur = is_avx512 ? 16 : 4; in init_conf()
223 jpp.ur = is_avx512 ? 9 : 3; in init_conf()
225 jpp.ur = is_avx512 ? 6 : 3; in init_conf()
228 jpp.ur = is_avx512 ? 12 : 6; in init_conf()
230 jpp.ur = is_avx512 ? 24 : 12; in init_conf()
H A Djit_uni_binary_kernel.cpp239 if (is_avx512) { in perform_op()
355 if (is_avx512) in compute_dst()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_uni_binary_kernel.hpp76 static constexpr bool is_avx512 member
105 const Vmm vreg_sum_scale_ = Vmm(is_avx512 ? 17 : 9);
107 const Vmm vreg_zero_ = Vmm(is_avx512 ? 18 : 10);
108 const Vmm vreg_one_ = Vmm(is_avx512 ? 19 : 11);
109 const Vmm vreg_saturation_ubound_ = Vmm(is_avx512 ? 20 : 12);
112 const Vmm vreg_scales_src0_ = Vmm(is_avx512 ? 22 : 14);
113 const Vmm vreg_scales_src1_ = Vmm(is_avx512 ? 23 : 15);
125 const size_t unroll_regs_ = is_avx512
H A Djit_uni_pool_kernel.cpp102 const bool is_avx512 = utils::one_of(isa, avx512_common, avx512_core); in init_conf() local
106 jpp.c_block = is_avx512 ? 16 : 8; in init_conf()
216 jpp.ur = is_avx512 ? 16 : 4; in init_conf()
223 jpp.ur = is_avx512 ? 9 : 3; in init_conf()
225 jpp.ur = is_avx512 ? 6 : 3; in init_conf()
228 jpp.ur = is_avx512 ? 12 : 6; in init_conf()
230 jpp.ur = is_avx512 ? 24 : 12; in init_conf()
H A Djit_uni_binary_kernel.cpp269 if (is_avx512) { in perform_op()
378 if (is_avx512) in compute_dst()
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/x86_64/
H A Dcpuid8664.h54 static int CPUIDX8664(is_avx512)();
233 CPUIDX8664(is_avx512)(void) in CPUIDX8664() argument
269 if (CPUIDX8664(is_avx512)() == 0) { in CPUIDX8664() local
H A Dx86id.h165 DECLEXTERN int X86IDFN(is_avx512)(void); /* return 0 or 1 */
H A Dx86id.c468 X86IDFN(is_avx512)(void) in X86IDFN() argument
487 if ( !X86IDFN(is_avx512)() ) in X86IDFN()
929 if (X86IDFN(is_avx512)()) { in X86IDFN() local
/dports/devel/py-PeachPy/PeachPy-01d1515/codegen/
H A Dx86_64_test_encoding.py229 is_avx512 = is_avx512_instruction_form(instruction_form)
230 … peachpy_operands = [generate_operand(o, i, peachpy=True, evex=is_avx512) for (i, o)
232 … gas_operands = [generate_operand(o, i, peachpy=False, evex=is_avx512) for (i, o)
H A Dx86_64.py1110 is_avx512 = is_avx512_instruction_form(instruction_form)
1112 … lambda o: generate_operand_check(o[0], o[1], evex_form=is_avx512),
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/utils/
H A Djit_io_helper.cpp451 const bool is_avx512 = is_superset(isa_, avx512_common); in load() local
453 const auto dst_vmm = tail && is_avx512 in load()
458 const bool is_tail_load_for_i8_supported = is_avx512; in load()
545 const bool is_avx512 = is_superset(isa_, avx512_common); in store() local
547 const auto dst_addr = tail && is_avx512 in store()
550 const auto src_vmm = tail && is_avx512 in store()
555 const bool is_store_tail_for_i8_supported = is_avx512; in store()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/utils/
H A Djit_io_helper.cpp451 const bool is_avx512 = is_superset(isa_, avx512_common); in load() local
453 const auto dst_vmm = tail && is_avx512 in load()
458 const bool is_tail_load_for_i8_supported = is_avx512; in load()
545 const bool is_avx512 = is_superset(isa_, avx512_common); in store() local
547 const auto dst_addr = tail && is_avx512 in store()
550 const auto src_vmm = tail && is_avx512 in store()
555 const bool is_store_tail_for_i8_supported = is_avx512; in store()
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/tools/
H A Darch.c33 static int CPUIDX8664(is_avx512)();
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/gemm/
H A Dgemm_driver.cpp1532 const bool is_avx512 = mayiuse(avx512_core); in adjust_thread_count() local
1534 const bool is_only_avx2 = mayiuse(avx2) && !is_avx512; in adjust_thread_count()
1540 && ((is_avx && m <= 3) || (is_avx512 && m <= 10)); in adjust_thread_count()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/gemm/
H A Dgemm_driver.cpp1532 const bool is_avx512 = mayiuse(avx512_core); in adjust_thread_count() local
1534 const bool is_only_avx2 = mayiuse(avx2) && !is_avx512; in adjust_thread_count()
1540 && ((is_avx && m <= 3) || (is_avx512 && m <= 10)); in adjust_thread_count()