Home
last modified time | relevance | path

Searched refs:gemm_fwd (Results 1 – 5 of 5) sorted by relevance

/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_dnn_fullyconnected_forward.c88 libxsmm_smmfunction_reducebatch_strd batchreduce_kernel_beta = handle->gemm_fwd.xgemm.smrs; in LIBXSMM_INTRINSICS()
139 libxsmm_bsmmfunction_reducebatch_strd batchreduce_kernel = handle->gemm_fwd.xgemm.bsmrs; in LIBXSMM_INTRINSICS()
195 libxsmm_bsmmfunction_reducebatch_strd batchreduce_kernel = handle->gemm_fwd.xgemm.bsmrs; in LIBXSMM_INTRINSICS()
354 … libxsmm_smmfunction_reducebatch_strd batchreduce_kernel_beta = handle->gemm_fwd.xgemm.smrs; in libxsmm_dnn_fullyconnected_st_fwd_ncnc_kcck()
H A Dlibxsmm_dnn_convolution_forward.c139 libxsmm_subimmfunction_reducebatch_strd br_gemm_kernel_strided = handle->gemm_fwd.xgemm.subimrs; in LIBXSMM_INTRINSICS()
141 libxsmm_subimmfunction_reducebatch_offs br_gemm_kernel_offset = handle->gemm_fwd.xgemm.subimro; in LIBXSMM_INTRINSICS()
159 libxsmm_sububmmfunction_reducebatch_strd br_gemm_kernel_strided = handle->gemm_fwd.xgemm.sububmrs; in LIBXSMM_INTRINSICS()
160 libxsmm_sububmmfunction_reducebatch_offs br_gemm_kernel_offset = handle->gemm_fwd.xgemm.sububmro; in LIBXSMM_INTRINSICS()
H A Dlibxsmm_main.h496 libxsmm_code_pointer gemm_fwd; /* ability to hoist forward GEMMs */ member
634 libxsmm_code_pointer gemm_fwd; /* ability to hoist forward GEMMs */ member
H A Dlibxsmm_dnn_convolution.c956 …handle->gemm_fwd.xgemm.subimrs = libxsmm_subimmdispatch_reducebatch_strd(handle->ofmblock, handle-… in libxsmm_dnn_convolution_setup()
978 …handle->gemm_fwd.xgemm.subimro = libxsmm_subimmdispatch_reducebatch_offs(handle->ofmblock, handle-… in libxsmm_dnn_convolution_setup()
982 …handle->gemm_fwd.xgemm.subimrs = libxsmm_subimmdispatch_reducebatch_strd(handle->ofmblock, handle-… in libxsmm_dnn_convolution_setup()
997 …handle->gemm_fwd.xgemm.sububmrs = libxsmm_sububmmdispatch_reducebatch_strd(handle->ofmblock, handl… in libxsmm_dnn_convolution_setup()
1018 …handle->gemm_fwd.xgemm.sububmro = libxsmm_sububmmdispatch_reducebatch_offs(handle->ofmblock, handl… in libxsmm_dnn_convolution_setup()
H A Dlibxsmm_dnn_fullyconnected.c591 …handle->gemm_fwd.xgemm.smrs = libxsmm_smmdispatch_reducebatch_strd(handle->bk, handle->bn, handle-… in libxsmm_dnn_create_fullyconnected()
618 …handle->gemm_fwd.xgemm.bsmrs = libxsmm_bsmmdispatch_reducebatch_strd(handle->bk, handle->bn, handl… in libxsmm_dnn_create_fullyconnected()