2004-05-13 08:41:07 +02:00
|
|
|
/* Implementation of the MATMUL intrinsic
|
2022-08-11 22:12:27 +02:00
|
|
|
Copyright (C) 2002-2017 Free Software Foundation, Inc.
|
|
|
|
Contributed by Paul Brook <paul@nowt.org>
|
2004-05-13 08:41:07 +02:00
|
|
|
|
libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound and data to base_addr.
2012-03-10 Tobias Burnus <burnus@net-b.de>
* libgfortran.h (descriptor_dimension, GFC_DIMENSION_LBOUND,
GFC_DIMENSION_EXTENT, GFC_DIMENSION_SET, GFC_DESCRIPTOR_DATA,
GFC_ARRAY_DESCRIPTOR): Rename _lbound to lower_bound and
data to base_addr.
* intrinsics/cshift0.c (size0, cshift0): Handle data to
base_addr rename.
* intrinsics/date_and_time.c (date_and_time, secnds, itime_i4,
itime_i8, gmtime_i4, gmtime_i8, ltime_i4, ltime_i8): Ditto.
* intrinsics/dtime.c (dtime_sub): Ditto.
* intrinsics/eoshift0.c (eoshift0): Ditto.
* intrinsics/eoshift2.c (eoshift2): Ditto.
* intrinsics/etime.c (etime_sub): Ditto.
* intrinsics/iso_c_binding.c (c_f_pointer_u0): Ditto.
* intrinsics/move_alloc.c (move_alloc): Ditto.
* intrinsics/pack_generic.c (pack_internal, pack,
pack_s_internal): Ditto.
* intrinsics/random.c (arandom_r4, arandom_r8, arandom_r10,
arandom_r16, random_seed_i4, random_seed_i8): Ditto.
* intrinsics/reshape_generic.c (reshape_internal): Ditto.
* intrinsics/spread_generic.c (spread_internal,
spread_internal_scalar, spread, spread_scalar): Ditto.
* intrinsics/stat.c (stat_i4_sub_0, stat_i8_sub_0, fstat_i4_sub,
fstat_i8_sub): Ditto.
* intrinsics/transpose_generic.c (transpose_internal): Ditto.
* intrinsics/unpack_generic.c (unpack_bounds, unpack_internal,
unpack1, unpack0, unpack0_char4): Ditto.
* m4/bessel.m4 (bessel_jn_r'rtype_kind`,
* bessel_yn_r'rtype_kind`):
Ditto.
* m4/cshift0.m4 (cshift0_'rtype_code`): Ditto.
* m4/cshift1.m4 (cshift1): Ditto.
* m4/eoshift1.m4 (eoshift1): Ditto.
* m4/eoshift3.m4 (eoshift3): Ditto.
* m4/iforeach.m4 (name`'rtype_qual`_'atype_code): Ditto.
* m4/ifunction.m4 (name`'rtype_qual`_'atype_code): Ditto.
* m4/ifunction_logical.m4 (name`'rtype_qual`_'atype_code):
* Ditto.
* m4/in_pack.m4 (internal_pack_'rtype_ccode`): Ditto.
* m4/in_unpack.m4 (internal_unpack_'rtype_ccode`): Ditto.
* m4/matmul.m4 (matmul_'rtype_code`): Ditto.
* m4/matmull.m4 (matmul_'rtype_code`): Ditto.
* m4/pack.m4 (pack_'rtype_code`): Ditto.
* m4/reshape.m4 (reshape_'rtype_ccode`): Ditto.
* m4/shape.m4 (shape_'rtype_kind`): Ditto.
* m4/spread.m4 (spread_'rtype_code`): Ditto.
* m4/transpose.m4 (transpose_'rtype_code`): Ditto.
* m4/unpack.m4 (unpack0_'rtype_code`, unpack1_'rtype_code`):
* Ditto.
* runtime/bounds.c (count_0): Ditto.
* runtime/in_pack_generic.c (internal_pack): Ditto.
* runtime/in_unpack_generic.c (internal_unpack): Ditto.
* generated/cshift0_r4.c: Regenerated.
* generated/unpack_r8.c: Regenerated.
* generated/cshift0_c10.c: Regenerated.
* generated/in_unpack_i1.c: Regenerated.
* generated/eoshift1_16.c: Regenerated.
* generated/iany_i16.c: Regenerated.
* generated/reshape_i4.c: Regenerated.
* generated/parity_l16.c: Regenerated.
* generated/in_unpack_r16.c: Regenerated.
* generated/iparity_i1.c: Regenerated.
* generated/minloc0_16_r10.c: Regenerated.
* generated/minloc1_16_i8.c: Regenerated.
* generated/bessel_r8.c: Regenerated.
* generated/maxloc0_4_i8.c: Regenerated.
* generated/maxloc1_8_i1.c: Regenerated.
* generated/sum_c10.c: Regenerated.
* generated/maxloc0_8_r10.c: Regenerated.
* generated/unpack_r16.c: Regenerated.
* generated/maxloc1_16_i1.c: Regenerated.
* generated/minloc1_4_i1.c: Regenerated.
* generated/unpack_i4.c: Regenerated.
* generated/in_pack_i1.c: Regenerated.
* generated/cshift0_i1.c: Regenerated.
* generated/minloc0_16_i4.c: Regenerated.
* generated/minloc1_8_r8.c: Regenerated.
* generated/maxval_r8.c: Regenerated.
* generated/unpack_i2.c: Regenerated.
* generated/matmul_r16.c: Regenerated.
* generated/maxloc0_16_r8.c: Regenerated.
* generated/maxloc1_8_i16.c: Regenerated.
* generated/maxloc0_4_r4.c: Regenerated.
* generated/pack_c10.c: Regenerated.
* generated/in_unpack_c8.c: Regenerated.
* generated/maxloc1_8_i8.c: Regenerated.
* generated/in_pack_c16.c: Regenerated.
* generated/parity_l1.c: Regenerated.
* generated/in_pack_i2.c: Regenerated.
* generated/maxloc0_4_r8.c: Regenerated.
* generated/pack_r4.c: Regenerated.
* generated/matmul_r8.c: Regenerated.
* generated/pack_i1.c: Regenerated.
* generated/minloc0_16_r16.c: Regenerated.
* generated/cshift0_c8.c: Regenerated.
* generated/minloc1_4_i16.c: Regenerated.
* generated/minloc0_4_r4.c: Regenerated.
* generated/product_i2.c: Regenerated.
* generated/maxval_r10.c: Regenerated.
* generated/minloc0_16_r8.c: Regenerated.
* generated/in_pack_i8.c: Regenerated.
* generated/all_l8.c: Regenerated.
* generated/minloc0_8_i16.c: Regenerated.
* generated/minloc1_8_i2.c: Regenerated.
* generated/matmul_l8.c: Regenerated.
* generated/spread_r10.c: Regenerated.
* generated/product_c4.c: Regenerated.
* generated/reshape_r16.c: Regenerated.
* generated/cshift0_i16.c: Regenerated.
* generated/minloc1_8_r10.c: Regenerated.
* generated/iparity_i8.c: Regenerated.
* generated/minloc0_16_i8.c: Regenerated.
* generated/minloc1_8_i1.c: Regenerated.
* generated/maxloc0_16_r10.c: Regenerated.
* generated/maxloc1_8_i4.c: Regenerated.
* generated/maxloc0_16_i8.c: Regenerated.
* generated/maxloc1_16_i16.c: Regenerated.
* generated/reshape_i8.c: Regenerated.
* generated/all_l16.c: Regenerated.
* generated/cshift1_8.c: Regenerated.
* generated/matmul_c10.c: Regenerated.
* generated/pack_r16.c: Regenerated.
* generated/transpose_r10.c: Regenerated.
* generated/maxloc1_16_i2.c: Regenerated.
* generated/minloc1_4_r4.c: Regenerated.
* generated/reshape_r8.c: Regenerated.
* generated/product_r10.c: Regenerated.
* generated/spread_c10.c: Regenerated.
* generated/reshape_r4.c: Regenerated.
* generated/in_unpack_i4.c: Regenerated.
* generated/minval_r4.c: Regenerated.
* generated/minloc1_16_r16.c: Regenerated.
* generated/norm2_r8.c: Regenerated.
* generated/iany_i2.c: Regenerated.
* generated/eoshift3_8.c: Regenerated.
* generated/maxloc1_16_r8.c: Regenerated.
* generated/maxloc0_16_r16.c: Regenerated.
* generated/cshift0_i8.c: Regenerated.
* generated/all_l1.c: Regenerated.
* generated/minloc1_16_r10.c: Regenerated.
* generated/spread_i16.c: Regenerated.
* generated/minloc1_8_r16.c: Regenerated.
* generated/spread_r16.c: Regenerated.
* generated/matmul_c8.c: Regenerated.
* generated/pack_r10.c: Regenerated.
* generated/reshape_r10.c: Regenerated.
* generated/sum_r10.c: Regenerated.
* generated/count_8_l.c: Regenerated.
* generated/minloc1_16_i16.c: Regenerated.
* generated/maxloc0_16_i2.c: Regenerated.
* generated/count_1_l.c: Regenerated.
* generated/unpack_c16.c: Regenerated.
* generated/any_l8.c: Regenerated.
* generated/minloc1_16_i1.c: Regenerated.
* generated/sum_r4.c: Regenerated.
* generated/in_unpack_r8.c: Regenerated.
* generated/product_r8.c: Regenerated.
* generated/in_unpack_r4.c: Regenerated.
* generated/unpack_i1.c: Regenerated.
* generated/cshift0_r8.c: Regenerated.
* generated/spread_i2.c: Regenerated.
* generated/minloc1_4_r10.c: Regenerated.
* generated/minloc1_16_i2.c: Regenerated.
* generated/minloc0_16_i2.c: Regenerated.
* generated/eoshift3_16.c: Regenerated.
* generated/maxloc0_8_i4.c: Regenerated.
* generated/maxloc1_16_r10.c: Regenerated.
* generated/maxloc1_4_i16.c: Regenerated.
* generated/maxloc1_4_r8.c: Regenerated.
* generated/parity_l2.c: Regenerated.
* generated/maxloc0_16_i16.c: Regenerated.
* generated/product_r4.c: Regenerated.
* generated/in_unpack_r10.c: Regenerated.
* generated/maxloc1_8_i2.c: Regenerated.
* generated/iparity_i2.c: Regenerated.
* generated/maxloc1_8_r4.c: Regenerated.
* generated/maxloc1_8_r8.c: Regenerated.
* generated/iall_i4.c: Regenerated.
* generated/maxloc0_4_i16.c: Regenerated.
* generated/cshift0_i4.c: Regenerated.
* generated/in_unpack_c10.c: Regenerated.
* generated/unpack_c8.c: Regenerated.
* generated/transpose_c8.c: Regenerated.
* generated/in_unpack_c16.c: Regenerated.
* generated/product_c16.c: Regenerated.
* generated/minval_r8.c: Regenerated.
* generated/minloc0_4_i1.c: Regenerated.
* generated/minloc0_8_r16.c: Regenerated.
* generated/in_unpack_i16.c: Regenerated.
* generated/reshape_c16.c: Regenerated.
* generated/pack_i4.c: Regenerated.
* generated/minval_r10.c: Regenerated.
* generated/maxloc0_4_r10.c: Regenerated.
* generated/unpack_i8.c: Regenerated.
* generated/minloc1_16_r8.c: Regenerated.
* generated/pack_c16.c: Regenerated.
* generated/maxval_r4.c: Regenerated.
* generated/spread_r8.c: Regenerated.
* generated/minloc0_16_r4.c: Regenerated.
* generated/maxval_i4.c: Regenerated.
* generated/matmul_r4.c: Regenerated.
* generated/product_c8.c: Regenerated.
* generated/maxloc1_4_i4.c: Regenerated.
* generated/any_l4.c: Regenerated.
* generated/cshift0_r16.c: Regenerated.
* generated/maxloc1_16_r4.c: Regenerated.
* generated/in_pack_r10.c: Regenerated.
* generated/iall_i1.c: Regenerated.
* generated/product_i1.c: Regenerated.
* generated/maxloc0_4_i1.c: Regenerated.
* generated/maxloc0_8_r16.c: Regenerated.
* generated/minloc1_8_i16.c: Regenerated.
* generated/reshape_c10.c: Regenerated.
* generated/matmul_l4.c: Regenerated.
* generated/cshift0_c16.c: Regenerated.
* generated/spread_r4.c: Regenerated.
* generated/sum_r16.c: Regenerated.
* generated/in_unpack_c4.c: Regenerated.
* generated/maxval_i8.c: Regenerated.
* generated/maxloc0_8_r8.c: Regenerated.
* generated/unpack_i16.c: Regenerated.
* generated/norm2_r4.c: Regenerated.
* generated/maxloc1_4_r16.c: Regenerated.
* generated/in_pack_r4.c: Regenerated.
* generated/sum_c8.c: Regenerated.
* generated/parity_l8.c: Regenerated.
* generated/minval_i2.c: Regenerated.
* generated/transpose_c10.c: Regenerated.
* generated/cshift0_r10.c: Regenerated.
* generated/cshift0_i2.c: Regenerated.
* generated/spread_c4.c: Regenerated.
* generated/maxval_r16.c: Regenerated.
* generated/unpack_c10.c: Regenerated.
* generated/bessel_r4.c: Regenerated.
* generated/minloc0_8_i1.c: Regenerated.
* generated/product_c10.c: Regenerated.
* generated/minloc1_4_i4.c: Regenerated.
* generated/minloc1_4_i2.c: Regenerated.
* generated/transpose_c4.c: Regenerated.
* generated/in_pack_c8.c: Regenerated.
* generated/minval_i8.c: Regenerated.
* generated/maxloc1_4_i2.c: Regenerated.
* generated/maxloc1_4_i1.c: Regenerated.
* generated/iall_i8.c: Regenerated.
* generated/iany_i8.c: Regenerated.
* generated/sum_c16.c: Regenerated.
* generated/spread_i8.c: Regenerated.
* generated/sum_i8.c: Regenerated.
* generated/pack_i2.c: Regenerated.
* generated/unpack_r10.c: Regenerated.
* generated/minloc0_4_i4.c: Regenerated.
* generated/iany_i4.c: Regenerated.
* generated/maxloc0_4_i4.c: Regenerated.
* generated/in_pack_r8.c: Regenerated.
* generated/spread_i1.c: Regenerated.
* generated/maxval_i16.c: Regenerated.
* generated/pack_c8.c: Regenerated.
* generated/iparity_i16.c: Regenerated.
* generated/matmul_c16.c: Regenerated.
* generated/eoshift1_8.c: Regenerated.
* generated/any_l16.c: Regenerated.
* generated/maxloc1_4_i8.c: Regenerated.
* generated/minloc0_8_r4.c: Regenerated.
* generated/transpose_c16.c: Regenerated.
* generated/reshape_c4.c: Regenerated.
* generated/minloc0_8_r8.c: Regenerated.
* generated/count_16_l.c: Regenerated.
* generated/minloc0_16_i1.c: Regenerated.
* generated/minloc1_16_r4.c: Regenerated.
* generated/maxloc0_8_i1.c: Regenerated.
* generated/matmul_i1.c: Regenerated.
* generated/sum_i2.c: Regenerated.
* generated/cshift1_4.c: Regenerated.
* generated/minloc0_4_i2.c: Regenerated.
* generated/bessel_r10.c: Regenerated.
* generated/matmul_c4.c: Regenerated.
* generated/parity_l4.c: Regenerated.
* generated/in_unpack_i2.c: Regenerated.
* generated/product_i16.c: Regenerated.
* generated/maxloc0_16_i4.c: Regenerated.
* generated/minloc0_4_r10.c: Regenerated.
* generated/transpose_i16.c: Regenerated.
* generated/matmul_l16.c: Regenerated.
* generated/any_l1.c: Regenerated.
* generated/minval_r16.c: Regenerated.
* generated/shape_i16.c: Regenerated.
* generated/in_pack_c4.c: Regenerated.
* generated/minloc1_8_r4.c: Regenerated.
* generated/iany_i1.c: Regenerated.
* generated/matmul_i16.c: Regenerated.
* generated/maxloc0_16_r4.c: Regenerated.
* generated/spread_c8.c: Regenerated.
* generated/product_i8.c: Regenerated.
* generated/minloc1_8_i4.c: Regenerated.
* generated/product_i4.c: Regenerated.
* generated/minval_i16.c: Regenerated.
* generated/pack_r8.c: Regenerated.
* generated/matmul_r10.c: Regenerated.
* generated/shape_i8.c: Regenerated.
* generated/eoshift1_4.c: Regenerated.
* generated/minloc1_16_i4.c: Regenerated.
* generated/transpose_r16.c: Regenerated.
* generated/spread_c16.c: Regenerated.
* generated/maxloc0_8_i16.c: Regenerated.
* generated/minval_i1.c: Regenerated.
* generated/sum_i4.c: Regenerated.
* generated/in_pack_r16.c: Regenerated.
* generated/iall_i16.c: Regenerated.
* generated/minloc0_8_r10.c: Regenerated.
* generated/maxloc0_8_i8.c: Regenerated.
* generated/transpose_i4.c: Regenerated.
* generated/maxloc0_4_i2.c: Regenerated.
* generated/iall_i2.c: Regenerated.
* generated/maxloc0_8_r4.c: Regenerated.
* generated/minloc0_4_r16.c: Regenerated.
* generated/minloc1_4_r8.c: Regenerated.
* generated/minloc0_4_i8.c: Regenerated.
* generated/minval_i4.c: Regenerated.
* generated/minloc1_8_i8.c: Regenerated.
* generated/in_pack_i16.c: Regenerated.
* generated/spread_i4.c: Regenerated.
* generated/cshift0_c4.c: Regenerated.
* generated/minloc0_4_i16.c: Regenerated.
* generated/sum_r8.c: Regenerated.
* generated/minloc0_16_i16.c: Regenerated.
* generated/sum_i1.c: Regenerated.
* generated/all_l2.c: Regenerated.
* generated/sum_c4.c: Regenerated.
* generated/shape_i4.c: Regenerated.
* generated/maxval_i1.c: Regenerated.
* generated/norm2_r10.c: Regenerated.
* generated/unpack_c4.c: Regenerated.
* generated/maxloc0_16_i1.c: Regenerated.
* generated/all_l4.c: Regenerated.
* generated/maxloc1_16_i8.c: Regenerated.
* generated/sum_i16.c: Regenerated.
* generated/maxloc1_8_r16.c: Regenerated.
* generated/minloc1_4_r16.c: Regenerated.
* generated/maxloc1_16_r16.c: Regenerated.
* generated/transpose_i8.c: Regenerated.
* generated/minloc0_8_i2.c: Regenerated.
* generated/product_r16.c: Regenerated.
* generated/in_pack_c10.c: Regenerated.
* generated/maxloc0_4_r16.c: Regenerated.
* generated/pack_c4.c: Regenerated.
* generated/bessel_r16.c: Regenerated.
* generated/norm2_r16.c: Regenerated.
* generated/in_unpack_i8.c: Regenerated.
* generated/maxloc1_16_i4.c: Regenerated.
* generated/minloc1_4_i8.c: Regenerated.
* generated/eoshift3_4.c: Regenerated.
* generated/maxloc1_8_r10.c: Regenerated.
* generated/matmul_i8.c: Regenerated.
* generated/matmul_i4.c: Regenerated.
* generated/reshape_i16.c: Regenerated.
* generated/matmul_i2.c: Regenerated.
* generated/transpose_r8.c: Regenerated.
* generated/transpose_r4.c: Regenerated.
* generated/cshift1_16.c: Regenerated.
* generated/maxloc1_4_r10.c: Regenerated.
* generated/iparity_i4.c: Regenerated.
* generated/in_pack_i4.c: Regenerated.
* generated/maxloc0_8_i2.c: Regenerated.
* generated/unpack_r4.c: Regenerated.
* generated/count_4_l.c: Regenerated.
* generated/maxloc1_4_r4.c: Regenerated.
* generated/minloc0_8_i8.c: Regenerated.
* generated/any_l2.c: Regenerated.
* generated/minloc0_8_i4.c: Regenerated.
* generated/pack_i8.c: Regenerated.
* generated/count_2_l.c: Regenerated.
* generated/reshape_c8.c: Regenerated.
* generated/maxval_i2.c: Regenerated.
* generated/minloc0_4_r8.c: Regenerated.
From-SVN: r185177
2012-03-10 18:22:31 +01:00
|
|
|
This file is part of the GNU Fortran runtime library (libgfortran).
|
2004-05-13 08:41:07 +02:00
|
|
|
|
|
|
|
Libgfortran is free software; you can redistribute it and/or
|
2005-01-12 22:27:33 +01:00
|
|
|
modify it under the terms of the GNU General Public
|
2004-05-13 08:41:07 +02:00
|
|
|
License as published by the Free Software Foundation; either
|
2009-04-09 17:00:19 +02:00
|
|
|
version 3 of the License, or (at your option) any later version.
|
2004-05-13 08:41:07 +02:00
|
|
|
|
|
|
|
Libgfortran is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2005-01-12 22:27:33 +01:00
|
|
|
GNU General Public License for more details.
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2009-04-09 17:00:19 +02:00
|
|
|
Under Section 7 of GPL version 3, you are granted additional
|
|
|
|
permissions described in the GCC Runtime Library Exception, version
|
|
|
|
3.1, as published by the Free Software Foundation.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License and
|
|
|
|
a copy of the GCC Runtime Library Exception along with this program;
|
|
|
|
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
|
|
<http://www.gnu.org/licenses/>. */
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
#include "liblfortran.h"
|
2004-11-18 09:45:11 +01:00
|
|
|
#include <string.h>
|
2004-05-13 08:41:07 +02:00
|
|
|
#include <assert.h>
|
2007-08-31 16:01:34 +02:00
|
|
|
|
2004-05-13 08:41:07 +02:00
|
|
|
|
re PR libfortran/19308 (I/O library should support more real and integer kinds)
PR libfortran/19308
PR fortran/20120
PR libfortran/22437
* Makefile.am: Add generated files for large real and integers
kinds. Add a rule to create the kinds.inc c99_protos.inc files.
Use kinds.inc to preprocess Fortran generated files.
* libgfortran.h: Add macro definitions for GFC_INTEGER_16_HUGE,
GFC_REAL_10_HUGE and GFC_REAL_16_HUGE. Add types gfc_array_i16,
gfc_array_r10, gfc_array_r16, gfc_array_c10, gfc_array_c16,
gfc_array_l16.
* mk-kinds-h.sh: Define macros HAVE_GFC_LOGICAL_* and
HAVE_GFC_COMPLEX_* when these types are available.
* intrinsics/ishftc.c (ishftc16): New function for GFC_INTEGER_16.
* m4/all.m4, m4/any.m4, m4/count.m4, m4/cshift1.m4, m4/dotprod.m4,
m4/dotprodc.m4, m4/dotprodl.m4, m4/eoshift1.m4, m4/eoshift3.m4,
m4/exponent.m4, m4/fraction.m4, m4/in_pack.m4, m4/in_unpack.m4,
m4/matmul.m4, m4/matmull.m4, m4/maxloc0.m4, m4/maxloc1.m4,
m4/maxval.m4, m4/minloc0.m4, m4/minloc1.m4, m4/minval.m4, m4/mtype.m4,
m4/nearest.m4, m4/pow.m4, m4/product.m4, m4/reshape.m4,
m4/set_exponent.m4, m4/shape.m4, m4/specific.m4, m4/specific2.m4,
m4/sum.m4, m4/transpose.m4: Protect generated functions with
appropriate "#if defined (HAVE_GFC_type_kind)" preprocessor directives.
* Makefile.in: Regenerate.
* all files in generated/: Regenerate.
* f95-lang.c (DO_DEFINE_MATH_BUILTIN): Add support for long
double builtin function.
(gfc_init_builtin_functions): Add mfunc_longdouble,
mfunc_clongdouble and func_clongdouble_longdouble trees. Build
them for round, trunc, cabs, copysign and pow functions.
* iresolve.c (gfc_resolve_reshape, gfc_resolve_transpose): Add
case for kind 10 and 16.
* trans-decl.c: Add trees for cpowl10, cpowl16, ishftc16,
exponent10 and exponent16.
(gfc_build_intrinsic_function_decls): Build nodes for int16,
real10, real16, complex10 and complex16 types. Build all possible
combinations for function _gfortran_pow_?n_?n. Build function
calls cpowl10, cpowl16, ishftc16, exponent10 and exponent16.
* trans-expr.c (gfc_conv_power_op): Add case for integer(16),
real(10) and real(16).
* trans-intrinsic.c: Add suppport for long double builtin
functions in BUILT_IN_FUNCTION, LIBM_FUNCTION and LIBF_FUNCTION
macros.
(gfc_conv_intrinsic_aint): Add case for integer(16), real(10) and
real(16) kinds.
(gfc_build_intrinsic_lib_fndecls): Add support for real10_decl
and real16_decl in library functions.
(gfc_get_intrinsic_lib_fndecl): Add cases for real and complex
kinds 10 and 16.
(gfc_conv_intrinsic_exponent): Add cases for real(10) and real(16)
kinds.
(gfc_conv_intrinsic_sign): Likewise.
(gfc_conv_intrinsic_ishftc): Add case for integer(16) kind.
* trans-types.c (gfc_get_int_type, gfc_get_real_type,
gfc_get_complex_type, gfc_get_logical_type): Doesn't error out in
the case of kinds not available.
* trans.h: Declare trees for cpowl10, cpowl16, ishftc16,
exponent10 and exponent16.
* gfortran.dg/large_real_kind_2.F90: New test.
* gfortran.dg/large_integer_kind_2.f90: New test.
From-SVN: r104889
2005-10-03 09:22:20 +02:00
|
|
|
#if defined (HAVE_GFC_INTEGER_4)
|
|
|
|
|
2006-10-22 09:41:48 +02:00
|
|
|
/* Prototype for the BLAS ?gemm subroutine, a pointer to which can be
|
2022-08-11 22:12:27 +02:00
|
|
|
passed to us by the front-end, in which case we call it for large
|
|
|
|
matrices. */
|
2006-10-22 09:41:48 +02:00
|
|
|
|
|
|
|
typedef void (*blas_call)(const char *, const char *, const int *, const int *,
|
|
|
|
const int *, const GFC_INTEGER_4 *, const GFC_INTEGER_4 *,
|
|
|
|
const int *, const GFC_INTEGER_4 *, const int *,
|
|
|
|
const GFC_INTEGER_4 *, GFC_INTEGER_4 *, const int *,
|
|
|
|
int, int);
|
|
|
|
|
Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.
gcc/fortran/
* Make-lang.in (fortran/trans-resolve.o): Depend on
fortran/dependency.h.
* gfortran.h (gfc_expr): Add an "inline_noncopying_intrinsic" flag.
* dependency.h (gfc_get_noncopying_intrinsic_argument): Declare.
(gfc_check_fncall_dependency): Change prototype.
* dependency.c (gfc_get_noncopying_intrinsic_argument): New function.
(gfc_check_argument_var_dependency): New function, split from
gfc_check_fncall_dependency.
(gfc_check_argument_dependency): New function.
(gfc_check_fncall_dependency): Replace the expression parameter with
separate symbol and argument list parameters. Generalize the function
to handle dependencies for any type of expression, not just variables.
Accept a further argument giving the intent of the expression being
tested. Ignore intent(in) arguments if that expression is also
intent(in).
* resolve.c: Include dependency.h.
(find_noncopying_intrinsics): New function.
(resolve_function, resolve_call): Call it on success.
* trans-array.h (gfc_conv_array_transpose): Declare.
(gfc_check_fncall_dependency): Remove prototype.
* trans-array.c (gfc_conv_array_transpose): New function.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Don't use the
libcall handling if the expression is to be evaluated inline.
Add a case for handling inline transpose()s.
* trans-expr.c (gfc_trans_arrayfunc_assign): Adjust for the new
interface provided by gfc_check_fncall_dependency.
libgfortran/
* m4/matmul.m4: Use a different order in the special case of a
transposed first argument.
* generated/matmul_c4.c, generated/matmul_c8.c, generated/matmul_c10.c,
* generated/matmul_c16.c, generated/matmul_i4.c, generated/matmul_i8.c,
* generated/matmul_i10.c, generated/matmul_r4.c, generated/matmul_r8.c
* generated/matmul_r10.c, generated/matmul_r16.c: Regenerated.
Co-Authored-By: Victor Leikehman <LEI@il.ibm.com>
From-SVN: r108459
2005-12-13 06:23:12 +01:00
|
|
|
/* The order of loops is different in the case of plain matrix
|
2022-08-11 22:12:27 +02:00
|
|
|
multiplication C=MATMUL(A,B), and in the frequent special case where
|
|
|
|
the argument A is the temporary result of a TRANSPOSE intrinsic:
|
|
|
|
C=MATMUL(TRANSPOSE(A),B). Transposed temporaries are detected by
|
|
|
|
looking at their strides.
|
|
|
|
|
|
|
|
The equivalent Fortran pseudo-code is:
|
|
|
|
|
|
|
|
DIMENSION A(M,COUNT), B(COUNT,N), C(M,N)
|
|
|
|
IF (.NOT.IS_TRANSPOSED(A)) THEN
|
|
|
|
C = 0
|
|
|
|
DO J=1,N
|
|
|
|
DO K=1,COUNT
|
|
|
|
DO I=1,M
|
|
|
|
C(I,J) = C(I,J)+A(I,K)*B(K,J)
|
|
|
|
ELSE
|
|
|
|
DO J=1,N
|
|
|
|
DO I=1,M
|
|
|
|
S = 0
|
|
|
|
DO K=1,COUNT
|
|
|
|
S = S+A(I,K)*B(K,J)
|
|
|
|
C(I,J) = S
|
|
|
|
ENDIF
|
2004-11-18 09:45:11 +01:00
|
|
|
*/
|
|
|
|
|
2006-10-22 09:41:48 +02:00
|
|
|
/* If try_blas is set to a nonzero value, then the matmul function will
|
2022-08-11 22:12:27 +02:00
|
|
|
see if there is a way to perform the matrix multiplication by a call
|
|
|
|
to the BLAS gemm function. */
|
2006-10-22 09:41:48 +02:00
|
|
|
|
2005-11-14 20:48:31 +01:00
|
|
|
extern void matmul_i4 (gfc_array_i4 * const restrict retarray,
|
2022-08-11 22:12:27 +02:00
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm);
|
iresolve.c (gfc_resolve_all, [...]): Use PREFIX.
gcc/fortran/
* iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
gfc_resolve_cshift, gfc_resolve_dot_product, gfc_resolve_eoshift,
gfc_resolve_matmul, gfc_resolve_maxloc, gfc_resolve_maxval,
gfc_resolve_minloc, gfc_resolve_minval, gfc_resolve_pack,
gfc_resolve_product, gfc_resolve_reshape, gfc_resolve_shape,
gfc_resolve_spread, gfc_resolve_sum, gfc_resolve_transpose,
gfc_resolve_unpack: Use PREFIX.
libgfortran/
* intrinsics/cshift0.c, intrinsics/eoshift0.c, intrinsics/eoshift2.c,
intrinsics/pack_generic.c, intrinsics/reshape_generic.c,
intrinsics/spread_generic.c, intrinsics/transpose_generic.c,
intrinsics/unpack_generic.c, m4/cshift1.m4, m4/dotprod.m4,
m4/dotprodc.m4, m4/dotprodl.m4, m4/eoshift1.m4, m4/eoshift3.m4,
m4/iforeach.m4, m4/ifunction.m4, m4/matmul.m4, m4/matmull.m4,
m4/reshape.m4, m4/shape.m4, m4/transpose.m4: Use standard prefix
instead of "__".
* generated/*: Rebuild.
From-SVN: r92075
2004-12-13 03:47:58 +01:00
|
|
|
export_proto(matmul_i4);
|
acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.
(LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT): New.
(LIBGFOR_CHECK_ATTRIBUTE_ALIAS): New.
* configure.ac: Use them.
* configure, config.h.in, aclocal.m4: Rebuild.
* libgfortran.h (prefix): Remove.
(PREFIX, IPREFIX): New.
(sym_rename, sym_rename1, sym_rename2): New.
(internal_proto, export_proto, export_proto_np): New.
(iexport_proto, iexport): New.
(iexport_data_proto, iexport_data): New.
* intrinsics/abort.c, intrinsics/args.c, intrinsics/associated.c,
intrinsics/cpu_time.c, intrinsics/cshift0.c,
intrinsics/date_and_time.c, intrinsics/env.c, intrinsics/eoshift0.c,
intrinsics/eoshift2.c, intrinsics/etime.c, intrinsics/exit.c,
intrinsics/flush.c, intrinsics/fnum.c, intrinsics/getXid.c,
intrinsics/getcwd.c, intrinsics/ishftc.c, intrinsics/mvbits.c,
intrinsics/pack_generic.c, intrinsics/rand.c, intrinsics/random.c,
intrinsics/reshape_generic.c, intrinsics/size.c,
intrinsics/spread_generic.c, intrinsics/stat.c,
intrinsics/string_intrinsics.c, intrinsics/system.c,
intrinsics/system_clock.c, intrinsics/transpose_generic.c,
intrinsics/umask.c, intrinsics/unlink.c, intrinsics/unpack_generic.c,
io/backspace.c, io/close.c, io/endfile.c, io/inquire.c, io/io.h,
io/open.c, io/rewind.c, io/transfer.c, libgfortran.h, m4/cshift1.m4,
m4/dotprod.m4, m4/dotprodc.m4, m4/dotprodl.m4, m4/eoshift1.m4,
m4/eoshift3.m4, m4/exponent.m4, m4/fraction.m4, m4/iforeach.m4,
m4/ifunction.m4, m4/matmul.m4, m4/matmull.m4, m4/nearest.m4,
m4/pow.m4, m4/reshape.m4, m4/set_exponent.m4, m4/shape.m4,
m4/transpose.m4, runtime/environ.c, runtime/error.c,
runtime/in_pack_generic.c, runtime/in_unpack_generic.c,
runtime/main.c, runtime/memory.c, runtime/pause.c, runtime/select.c,
runtime/stop.c: Use them to mark symbols internal or external.
* generated/*: Rebuild.
From-SVN: r92045
2004-12-12 09:59:05 +01:00
|
|
|
|
2016-12-03 10:44:35 +01:00
|
|
|
/* Put exhaustive list of possible architectures here here, ORed together. */
|
|
|
|
|
|
|
|
#if defined(HAVE_AVX) || defined(HAVE_AVX2) || defined(HAVE_AVX512F)
|
|
|
|
|
|
|
|
#ifdef HAVE_AVX
|
|
|
|
static void
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_i4_avx (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm) __attribute__((__target__("avx")));
|
2016-12-03 10:44:35 +01:00
|
|
|
static void
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_i4_avx (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
const GFC_INTEGER_4 * restrict abase;
|
|
|
|
const GFC_INTEGER_4 * restrict bbase;
|
|
|
|
GFC_INTEGER_4 * restrict dest;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type rxstride, rystride, axstride, aystride, bxstride, bystride;
|
|
|
|
index_type x, y, n, count, xcount, ycount;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
assert (GFC_DESCRIPTOR_RANK (a) == 2
|
|
|
|
|| GFC_DESCRIPTOR_RANK (b) == 2);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* C[xcount,ycount] = A[xcount, count] * B[count,ycount]
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
Either A or B (but not both) can be rank 1:
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument A is implicitly treated as a row matrix
|
|
|
|
dimensioned [1,count], so xcount=1.
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument B is implicitly treated as a column matrix
|
|
|
|
dimensioned [count, 1], so ycount=1.
|
|
|
|
*/
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (retarray->base_addr == NULL)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[1], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(retarray,0));
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
retarray->base_addr
|
|
|
|
= xmallocarray (size0 ((array_t *) retarray), sizeof (GFC_INTEGER_4));
|
|
|
|
retarray->offset = 0;
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (unlikely (compile_options.bounds_check))
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type ret_extent, arg_extent;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 1: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,1);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 2: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent); }
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (retarray) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* One-dimensional result may be addressed in the code below
|
|
|
|
either as a row or a column matrix. We want both cases to
|
|
|
|
work. */
|
|
|
|
rxstride = rystride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
rxstride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
|
|
|
rystride = GFC_DESCRIPTOR_STRIDE(retarray,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a a row matrix A[1,count]. */
|
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = 1;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
xcount = 1;
|
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = GFC_DESCRIPTOR_STRIDE(a,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,1);
|
|
|
|
xcount = GFC_DESCRIPTOR_EXTENT(a,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count != GFC_DESCRIPTOR_EXTENT(b,0))
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count > 0 || GFC_DESCRIPTOR_EXTENT(b,0) > 0)
|
|
|
|
runtime_error ("dimension of array B incorrect in MATMUL intrinsic");
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a column matrix B[count,1] */
|
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* bystride should never be used for 1-dimensional b.
|
|
|
|
in case it is we want it to cause a segfault, rather than
|
|
|
|
an incorrect result. */
|
|
|
|
bystride = 0xDEADBEEF;
|
|
|
|
ycount = 1;
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
|
|
|
bystride = GFC_DESCRIPTOR_STRIDE(b,1);
|
|
|
|
ycount = GFC_DESCRIPTOR_EXTENT(b,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
abase = a->base_addr;
|
|
|
|
bbase = b->base_addr;
|
|
|
|
dest = retarray->base_addr;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Now that everything is set up, we perform the multiplication
|
|
|
|
itself. */
|
2016-12-03 10:44:35 +01:00
|
|
|
|
|
|
|
#define POW3(x) (((float) (x)) * ((float) (x)) * ((float) (x)))
|
|
|
|
#define min(a,b) ((a) <= (b) ? (a) : (b))
|
|
|
|
#define max(a,b) ((a) >= (b) ? (a) : (b))
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (try_blas && rxstride == 1 && (axstride == 1 || aystride == 1)
|
|
|
|
&& (bxstride == 1 || bystride == 1)
|
|
|
|
&& (((float) xcount) * ((float) ycount) * ((float) count)
|
2016-12-03 10:44:35 +01:00
|
|
|
> POW3(blas_limit)))
|
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
const int m = xcount, n = ycount, k = count, ldc = rystride;
|
|
|
|
const GFC_INTEGER_4 one = 1, zero = 0;
|
|
|
|
const int lda = (axstride == 1) ? aystride : axstride,
|
|
|
|
ldb = (bxstride == 1) ? bystride : bxstride;
|
|
|
|
|
|
|
|
if (lda > 0 && ldb > 0 && ldc > 0 && m > 1 && n > 1 && k > 1)
|
|
|
|
{
|
|
|
|
assert (gemm != NULL);
|
|
|
|
gemm (axstride == 1 ? "N" : "T", bxstride == 1 ? "N" : "T", &m,
|
|
|
|
&n, &k, &one, abase, &lda, bbase, &ldb, &zero, dest,
|
|
|
|
&ldc, 1, 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (rxstride == 1 && axstride == 1 && bxstride == 1)
|
|
|
|
{
|
|
|
|
/* This block of code implements a tuned matmul, derived from
|
|
|
|
Superscalar GEMM-based level 3 BLAS, Beta version 0.1
|
|
|
|
|
|
|
|
Bo Kagstrom and Per Ling
|
|
|
|
Department of Computing Science
|
|
|
|
Umea University
|
|
|
|
S-901 87 Umea, Sweden
|
|
|
|
|
|
|
|
from netlib.org, translated to C, and modified for matmul.m4. */
|
|
|
|
|
|
|
|
const GFC_INTEGER_4 *a, *b;
|
|
|
|
GFC_INTEGER_4 *c;
|
|
|
|
const index_type m = xcount, n = ycount, k = count;
|
|
|
|
|
|
|
|
/* System generated locals */
|
|
|
|
index_type a_dim1, a_offset, b_dim1, b_offset, c_dim1, c_offset,
|
|
|
|
i1, i2, i3, i4, i5, i6;
|
|
|
|
|
|
|
|
/* Local variables */
|
|
|
|
GFC_INTEGER_4 t1[65536], /* was [256][256] */
|
|
|
|
f11, f12, f21, f22, f31, f32, f41, f42,
|
|
|
|
f13, f14, f23, f24, f33, f34, f43, f44;
|
|
|
|
index_type i, j, l, ii, jj, ll;
|
|
|
|
index_type isec, jsec, lsec, uisec, ujsec, ulsec;
|
|
|
|
|
|
|
|
a = abase;
|
|
|
|
b = bbase;
|
|
|
|
c = retarray->base_addr;
|
|
|
|
|
|
|
|
/* Parameter adjustments */
|
|
|
|
c_dim1 = rystride;
|
|
|
|
c_offset = 1 + c_dim1;
|
|
|
|
c -= c_offset;
|
|
|
|
a_dim1 = aystride;
|
|
|
|
a_offset = 1 + a_dim1;
|
|
|
|
a -= a_offset;
|
|
|
|
b_dim1 = bystride;
|
|
|
|
b_offset = 1 + b_dim1;
|
|
|
|
b -= b_offset;
|
|
|
|
|
|
|
|
/* Empty c first. */
|
|
|
|
for (j=1; j<=n; j++)
|
|
|
|
for (i=1; i<=m; i++)
|
|
|
|
c[i + j * c_dim1] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
/* Early exit if possible */
|
|
|
|
if (m == 0 || n == 0 || k == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* Start turning the crank. */
|
|
|
|
i1 = n;
|
|
|
|
for (jj = 1; jj <= i1; jj += 512)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i2 = 512;
|
|
|
|
i3 = n - jj + 1;
|
|
|
|
jsec = min(i2,i3);
|
|
|
|
ujsec = jsec - jsec % 4;
|
|
|
|
i2 = k;
|
|
|
|
for (ll = 1; ll <= i2; ll += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i3 = 256;
|
|
|
|
i4 = k - ll + 1;
|
|
|
|
lsec = min(i3,i4);
|
|
|
|
ulsec = lsec - lsec % 2;
|
|
|
|
|
|
|
|
i3 = m;
|
|
|
|
for (ii = 1; ii <= i3; ii += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i4 = 256;
|
|
|
|
i5 = m - ii + 1;
|
|
|
|
isec = min(i4,i5);
|
|
|
|
uisec = isec - isec % 2;
|
|
|
|
i4 = ll + ulsec - 1;
|
|
|
|
for (l = ll; l <= i4; l += 2)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 2)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (l + 1) * a_dim1];
|
|
|
|
t1[l - ll + 1 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ulsec < lsec)
|
|
|
|
{
|
|
|
|
i4 = ii + isec - 1;
|
|
|
|
for (i = ii; i<= i4; ++i)
|
|
|
|
{
|
|
|
|
t1[lsec + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (ll + lsec - 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
uisec = isec - isec % 4;
|
|
|
|
i4 = jj + ujsec - 1;
|
|
|
|
for (j = jj; j <= i4; j += 4)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f22 = c[i + 1 + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f23 = c[i + 1 + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
f24 = c[i + 1 + (j + 3) * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
f32 = c[i + 2 + (j + 1) * c_dim1];
|
|
|
|
f42 = c[i + 3 + (j + 1) * c_dim1];
|
|
|
|
f33 = c[i + 2 + (j + 2) * c_dim1];
|
|
|
|
f43 = c[i + 3 + (j + 2) * c_dim1];
|
|
|
|
f34 = c[i + 2 + (j + 3) * c_dim1];
|
|
|
|
f44 = c[i + 3 + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f22 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f23 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f24 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f32 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f42 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f33 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f43 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f34 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f44 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + 1 + (j + 1) * c_dim1] = f22;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + 1 + (j + 2) * c_dim1] = f23;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
c[i + 1 + (j + 3) * c_dim1] = f24;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
c[i + 2 + (j + 1) * c_dim1] = f32;
|
|
|
|
c[i + 3 + (j + 1) * c_dim1] = f42;
|
|
|
|
c[i + 2 + (j + 2) * c_dim1] = f33;
|
|
|
|
c[i + 3 + (j + 2) * c_dim1] = f43;
|
|
|
|
c[i + 2 + (j + 3) * c_dim1] = f34;
|
|
|
|
c[i + 3 + (j + 3) * c_dim1] = f44;
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ujsec < jsec)
|
|
|
|
{
|
|
|
|
i4 = jj + jsec - 1;
|
|
|
|
for (j = jj + ujsec; j <= i4; ++j)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
}
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else if (rxstride == 1 && aystride == 1 && bxstride == 1)
|
|
|
|
{
|
|
|
|
if (GFC_DESCRIPTOR_RANK (a) != 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n] * bbase_y[n];
|
|
|
|
dest_y[x] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n];
|
|
|
|
dest[y*rystride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// else if (axstride < aystride)
|
|
|
|
// {
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (x = 0; x < xcount; x++)
|
|
|
|
// dest[x*rxstride + y*rystride] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (n = 0; n < count; n++)
|
|
|
|
// for (x = 0; x < xcount; x++)
|
|
|
|
// /* dest[x,y] += a[x,n] * b[n,y] */
|
|
|
|
// dest[x*rxstride + y*rystride] +=
|
|
|
|
// abase[x*axstride + n*aystride] *
|
|
|
|
// bbase[n*bxstride + y*bystride];
|
|
|
|
// }
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n*bxstride];
|
|
|
|
dest[y*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n*aystride] * bbase_y[n*bxstride];
|
|
|
|
dest_y[x*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#undef POW3
|
|
|
|
#undef min
|
|
|
|
#undef max
|
|
|
|
|
|
|
|
#endif /* HAVE_AVX */
|
|
|
|
|
|
|
|
#ifdef HAVE_AVX2
|
|
|
|
static void
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_i4_avx2 (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm) __attribute__((__target__("avx2,fma")));
|
2016-12-03 10:44:35 +01:00
|
|
|
static void
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_i4_avx2 (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
const GFC_INTEGER_4 * restrict abase;
|
|
|
|
const GFC_INTEGER_4 * restrict bbase;
|
|
|
|
GFC_INTEGER_4 * restrict dest;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type rxstride, rystride, axstride, aystride, bxstride, bystride;
|
|
|
|
index_type x, y, n, count, xcount, ycount;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
assert (GFC_DESCRIPTOR_RANK (a) == 2
|
|
|
|
|| GFC_DESCRIPTOR_RANK (b) == 2);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* C[xcount,ycount] = A[xcount, count] * B[count,ycount]
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
Either A or B (but not both) can be rank 1:
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument A is implicitly treated as a row matrix
|
|
|
|
dimensioned [1,count], so xcount=1.
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument B is implicitly treated as a column matrix
|
|
|
|
dimensioned [count, 1], so ycount=1.
|
|
|
|
*/
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (retarray->base_addr == NULL)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[1], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(retarray,0));
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
retarray->base_addr
|
|
|
|
= xmallocarray (size0 ((array_t *) retarray), sizeof (GFC_INTEGER_4));
|
|
|
|
retarray->offset = 0;
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (unlikely (compile_options.bounds_check))
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type ret_extent, arg_extent;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 1: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,1);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 2: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (retarray) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* One-dimensional result may be addressed in the code below
|
|
|
|
either as a row or a column matrix. We want both cases to
|
|
|
|
work. */
|
|
|
|
rxstride = rystride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
rxstride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
|
|
|
rystride = GFC_DESCRIPTOR_STRIDE(retarray,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a a row matrix A[1,count]. */
|
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = 1;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
xcount = 1;
|
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = GFC_DESCRIPTOR_STRIDE(a,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,1);
|
|
|
|
xcount = GFC_DESCRIPTOR_EXTENT(a,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count != GFC_DESCRIPTOR_EXTENT(b,0))
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count > 0 || GFC_DESCRIPTOR_EXTENT(b,0) > 0)
|
|
|
|
runtime_error ("dimension of array B incorrect in MATMUL intrinsic");
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a column matrix B[count,1] */
|
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* bystride should never be used for 1-dimensional b.
|
|
|
|
in case it is we want it to cause a segfault, rather than
|
|
|
|
an incorrect result. */
|
|
|
|
bystride = 0xDEADBEEF;
|
|
|
|
ycount = 1;
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
|
|
|
bystride = GFC_DESCRIPTOR_STRIDE(b,1);
|
|
|
|
ycount = GFC_DESCRIPTOR_EXTENT(b,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
abase = a->base_addr;
|
|
|
|
bbase = b->base_addr;
|
|
|
|
dest = retarray->base_addr;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Now that everything is set up, we perform the multiplication
|
|
|
|
itself. */
|
2016-12-03 10:44:35 +01:00
|
|
|
|
|
|
|
#define POW3(x) (((float) (x)) * ((float) (x)) * ((float) (x)))
|
|
|
|
#define min(a,b) ((a) <= (b) ? (a) : (b))
|
|
|
|
#define max(a,b) ((a) >= (b) ? (a) : (b))
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (try_blas && rxstride == 1 && (axstride == 1 || aystride == 1)
|
|
|
|
&& (bxstride == 1 || bystride == 1)
|
|
|
|
&& (((float) xcount) * ((float) ycount) * ((float) count)
|
|
|
|
> POW3(blas_limit)))
|
|
|
|
{
|
|
|
|
const int m = xcount, n = ycount, k = count, ldc = rystride;
|
|
|
|
const GFC_INTEGER_4 one = 1, zero = 0;
|
|
|
|
const int lda = (axstride == 1) ? aystride : axstride,
|
|
|
|
ldb = (bxstride == 1) ? bystride : bxstride;
|
|
|
|
|
|
|
|
if (lda > 0 && ldb > 0 && ldc > 0 && m > 1 && n > 1 && k > 1)
|
|
|
|
{
|
|
|
|
assert (gemm != NULL);
|
|
|
|
gemm (axstride == 1 ? "N" : "T", bxstride == 1 ? "N" : "T", &m,
|
|
|
|
&n, &k, &one, abase, &lda, bbase, &ldb, &zero, dest,
|
|
|
|
&ldc, 1, 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (rxstride == 1 && axstride == 1 && bxstride == 1)
|
|
|
|
{
|
|
|
|
/* This block of code implements a tuned matmul, derived from
|
|
|
|
Superscalar GEMM-based level 3 BLAS, Beta version 0.1
|
|
|
|
|
|
|
|
Bo Kagstrom and Per Ling
|
|
|
|
Department of Computing Science
|
|
|
|
Umea University
|
|
|
|
S-901 87 Umea, Sweden
|
|
|
|
|
|
|
|
from netlib.org, translated to C, and modified for matmul.m4. */
|
|
|
|
|
|
|
|
const GFC_INTEGER_4 *a, *b;
|
|
|
|
GFC_INTEGER_4 *c;
|
|
|
|
const index_type m = xcount, n = ycount, k = count;
|
|
|
|
|
|
|
|
/* System generated locals */
|
|
|
|
index_type a_dim1, a_offset, b_dim1, b_offset, c_dim1, c_offset,
|
|
|
|
i1, i2, i3, i4, i5, i6;
|
|
|
|
|
|
|
|
/* Local variables */
|
|
|
|
GFC_INTEGER_4 t1[65536], /* was [256][256] */
|
|
|
|
f11, f12, f21, f22, f31, f32, f41, f42,
|
|
|
|
f13, f14, f23, f24, f33, f34, f43, f44;
|
|
|
|
index_type i, j, l, ii, jj, ll;
|
|
|
|
index_type isec, jsec, lsec, uisec, ujsec, ulsec;
|
|
|
|
|
|
|
|
a = abase;
|
|
|
|
b = bbase;
|
|
|
|
c = retarray->base_addr;
|
|
|
|
|
|
|
|
/* Parameter adjustments */
|
|
|
|
c_dim1 = rystride;
|
|
|
|
c_offset = 1 + c_dim1;
|
|
|
|
c -= c_offset;
|
|
|
|
a_dim1 = aystride;
|
|
|
|
a_offset = 1 + a_dim1;
|
|
|
|
a -= a_offset;
|
|
|
|
b_dim1 = bystride;
|
|
|
|
b_offset = 1 + b_dim1;
|
|
|
|
b -= b_offset;
|
|
|
|
|
|
|
|
/* Empty c first. */
|
|
|
|
for (j=1; j<=n; j++)
|
|
|
|
for (i=1; i<=m; i++)
|
|
|
|
c[i + j * c_dim1] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
/* Early exit if possible */
|
|
|
|
if (m == 0 || n == 0 || k == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* Start turning the crank. */
|
|
|
|
i1 = n;
|
|
|
|
for (jj = 1; jj <= i1; jj += 512)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i2 = 512;
|
|
|
|
i3 = n - jj + 1;
|
|
|
|
jsec = min(i2,i3);
|
|
|
|
ujsec = jsec - jsec % 4;
|
|
|
|
i2 = k;
|
|
|
|
for (ll = 1; ll <= i2; ll += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i3 = 256;
|
|
|
|
i4 = k - ll + 1;
|
|
|
|
lsec = min(i3,i4);
|
|
|
|
ulsec = lsec - lsec % 2;
|
|
|
|
|
|
|
|
i3 = m;
|
|
|
|
for (ii = 1; ii <= i3; ii += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i4 = 256;
|
|
|
|
i5 = m - ii + 1;
|
|
|
|
isec = min(i4,i5);
|
|
|
|
uisec = isec - isec % 2;
|
|
|
|
i4 = ll + ulsec - 1;
|
|
|
|
for (l = ll; l <= i4; l += 2)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 2)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (l + 1) * a_dim1];
|
|
|
|
t1[l - ll + 1 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ulsec < lsec)
|
|
|
|
{
|
|
|
|
i4 = ii + isec - 1;
|
|
|
|
for (i = ii; i<= i4; ++i)
|
|
|
|
{
|
|
|
|
t1[lsec + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (ll + lsec - 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
uisec = isec - isec % 4;
|
|
|
|
i4 = jj + ujsec - 1;
|
|
|
|
for (j = jj; j <= i4; j += 4)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f22 = c[i + 1 + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f23 = c[i + 1 + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
f24 = c[i + 1 + (j + 3) * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
f32 = c[i + 2 + (j + 1) * c_dim1];
|
|
|
|
f42 = c[i + 3 + (j + 1) * c_dim1];
|
|
|
|
f33 = c[i + 2 + (j + 2) * c_dim1];
|
|
|
|
f43 = c[i + 3 + (j + 2) * c_dim1];
|
|
|
|
f34 = c[i + 2 + (j + 3) * c_dim1];
|
|
|
|
f44 = c[i + 3 + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f22 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f23 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f24 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f32 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f42 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f33 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f43 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f34 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f44 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + 1 + (j + 1) * c_dim1] = f22;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + 1 + (j + 2) * c_dim1] = f23;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
c[i + 1 + (j + 3) * c_dim1] = f24;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
c[i + 2 + (j + 1) * c_dim1] = f32;
|
|
|
|
c[i + 3 + (j + 1) * c_dim1] = f42;
|
|
|
|
c[i + 2 + (j + 2) * c_dim1] = f33;
|
|
|
|
c[i + 3 + (j + 2) * c_dim1] = f43;
|
|
|
|
c[i + 2 + (j + 3) * c_dim1] = f34;
|
|
|
|
c[i + 3 + (j + 3) * c_dim1] = f44;
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ujsec < jsec)
|
|
|
|
{
|
|
|
|
i4 = jj + jsec - 1;
|
|
|
|
for (j = jj + ujsec; j <= i4; ++j)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
}
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else if (rxstride == 1 && aystride == 1 && bxstride == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) != 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n] * bbase_y[n];
|
|
|
|
dest_y[x] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n];
|
|
|
|
dest[y*rystride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// else if (axstride < aystride)
|
|
|
|
// {
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (x = 0; x < xcount; x++)
|
|
|
|
// dest[x*rxstride + y*rystride] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (n = 0; n < count; n++)
|
|
|
|
// for (x = 0; x < xcount; x++)
|
|
|
|
// /* dest[x,y] += a[x,n] * b[n,y] */
|
|
|
|
// dest[x*rxstride + y*rystride] +=
|
|
|
|
// abase[x*axstride + n*aystride] *
|
|
|
|
// bbase[n*bxstride + y*bystride];
|
|
|
|
// }
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n*bxstride];
|
|
|
|
dest[y*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n*aystride] * bbase_y[n*bxstride];
|
|
|
|
dest_y[x*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#undef POW3
|
|
|
|
#undef min
|
|
|
|
#undef max
|
|
|
|
|
|
|
|
#endif /* HAVE_AVX2 */
|
|
|
|
|
|
|
|
#ifdef HAVE_AVX512F
|
|
|
|
static void
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_i4_avx512f (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm) __attribute__((__target__("avx512f")));
|
2016-12-03 10:44:35 +01:00
|
|
|
static void
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_i4_avx512f (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
const GFC_INTEGER_4 * restrict abase;
|
|
|
|
const GFC_INTEGER_4 * restrict bbase;
|
|
|
|
GFC_INTEGER_4 * restrict dest;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type rxstride, rystride, axstride, aystride, bxstride, bystride;
|
|
|
|
index_type x, y, n, count, xcount, ycount;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
assert (GFC_DESCRIPTOR_RANK (a) == 2
|
|
|
|
|| GFC_DESCRIPTOR_RANK (b) == 2);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* C[xcount,ycount] = A[xcount, count] * B[count,ycount]
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
Either A or B (but not both) can be rank 1:
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument A is implicitly treated as a row matrix
|
|
|
|
dimensioned [1,count], so xcount=1.
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument B is implicitly treated as a column matrix
|
|
|
|
dimensioned [count, 1], so ycount=1.
|
|
|
|
*/
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (retarray->base_addr == NULL)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[1], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(retarray,0));
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
retarray->base_addr
|
|
|
|
= xmallocarray (size0 ((array_t *) retarray), sizeof (GFC_INTEGER_4));
|
|
|
|
retarray->offset = 0;
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (unlikely (compile_options.bounds_check))
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type ret_extent, arg_extent;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 1: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,1);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 2: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (retarray) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* One-dimensional result may be addressed in the code below
|
|
|
|
either as a row or a column matrix. We want both cases to
|
|
|
|
work. */
|
|
|
|
rxstride = rystride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
rxstride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
|
|
|
rystride = GFC_DESCRIPTOR_STRIDE(retarray,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a a row matrix A[1,count]. */
|
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = 1;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
xcount = 1;
|
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = GFC_DESCRIPTOR_STRIDE(a,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,1);
|
|
|
|
xcount = GFC_DESCRIPTOR_EXTENT(a,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count != GFC_DESCRIPTOR_EXTENT(b,0))
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count > 0 || GFC_DESCRIPTOR_EXTENT(b,0) > 0)
|
|
|
|
runtime_error ("dimension of array B incorrect in MATMUL intrinsic");
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a column matrix B[count,1] */
|
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* bystride should never be used for 1-dimensional b.
|
|
|
|
in case it is we want it to cause a segfault, rather than
|
|
|
|
an incorrect result. */
|
|
|
|
bystride = 0xDEADBEEF;
|
|
|
|
ycount = 1;
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
|
|
|
bystride = GFC_DESCRIPTOR_STRIDE(b,1);
|
|
|
|
ycount = GFC_DESCRIPTOR_EXTENT(b,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
abase = a->base_addr;
|
|
|
|
bbase = b->base_addr;
|
|
|
|
dest = retarray->base_addr;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Now that everything is set up, we perform the multiplication
|
|
|
|
itself. */
|
2016-12-03 10:44:35 +01:00
|
|
|
|
|
|
|
#define POW3(x) (((float) (x)) * ((float) (x)) * ((float) (x)))
|
|
|
|
#define min(a,b) ((a) <= (b) ? (a) : (b))
|
|
|
|
#define max(a,b) ((a) >= (b) ? (a) : (b))
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (try_blas && rxstride == 1 && (axstride == 1 || aystride == 1)
|
|
|
|
&& (bxstride == 1 || bystride == 1)
|
|
|
|
&& (((float) xcount) * ((float) ycount) * ((float) count)
|
|
|
|
> POW3(blas_limit)))
|
|
|
|
{
|
|
|
|
const int m = xcount, n = ycount, k = count, ldc = rystride;
|
|
|
|
const GFC_INTEGER_4 one = 1, zero = 0;
|
|
|
|
const int lda = (axstride == 1) ? aystride : axstride,
|
|
|
|
ldb = (bxstride == 1) ? bystride : bxstride;
|
|
|
|
|
|
|
|
if (lda > 0 && ldb > 0 && ldc > 0 && m > 1 && n > 1 && k > 1)
|
|
|
|
{
|
|
|
|
assert (gemm != NULL);
|
|
|
|
gemm (axstride == 1 ? "N" : "T", bxstride == 1 ? "N" : "T", &m,
|
|
|
|
&n, &k, &one, abase, &lda, bbase, &ldb, &zero, dest,
|
|
|
|
&ldc, 1, 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (rxstride == 1 && axstride == 1 && bxstride == 1)
|
|
|
|
{
|
|
|
|
/* This block of code implements a tuned matmul, derived from
|
|
|
|
Superscalar GEMM-based level 3 BLAS, Beta version 0.1
|
|
|
|
|
|
|
|
Bo Kagstrom and Per Ling
|
|
|
|
Department of Computing Science
|
|
|
|
Umea University
|
|
|
|
S-901 87 Umea, Sweden
|
|
|
|
|
|
|
|
from netlib.org, translated to C, and modified for matmul.m4. */
|
|
|
|
|
|
|
|
const GFC_INTEGER_4 *a, *b;
|
|
|
|
GFC_INTEGER_4 *c;
|
|
|
|
const index_type m = xcount, n = ycount, k = count;
|
|
|
|
|
|
|
|
/* System generated locals */
|
|
|
|
index_type a_dim1, a_offset, b_dim1, b_offset, c_dim1, c_offset,
|
|
|
|
i1, i2, i3, i4, i5, i6;
|
|
|
|
|
|
|
|
/* Local variables */
|
|
|
|
GFC_INTEGER_4 t1[65536], /* was [256][256] */
|
|
|
|
f11, f12, f21, f22, f31, f32, f41, f42,
|
|
|
|
f13, f14, f23, f24, f33, f34, f43, f44;
|
|
|
|
index_type i, j, l, ii, jj, ll;
|
|
|
|
index_type isec, jsec, lsec, uisec, ujsec, ulsec;
|
|
|
|
|
|
|
|
a = abase;
|
|
|
|
b = bbase;
|
|
|
|
c = retarray->base_addr;
|
|
|
|
|
|
|
|
/* Parameter adjustments */
|
|
|
|
c_dim1 = rystride;
|
|
|
|
c_offset = 1 + c_dim1;
|
|
|
|
c -= c_offset;
|
|
|
|
a_dim1 = aystride;
|
|
|
|
a_offset = 1 + a_dim1;
|
|
|
|
a -= a_offset;
|
|
|
|
b_dim1 = bystride;
|
|
|
|
b_offset = 1 + b_dim1;
|
|
|
|
b -= b_offset;
|
|
|
|
|
|
|
|
/* Empty c first. */
|
|
|
|
for (j=1; j<=n; j++)
|
|
|
|
for (i=1; i<=m; i++)
|
|
|
|
c[i + j * c_dim1] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
/* Early exit if possible */
|
|
|
|
if (m == 0 || n == 0 || k == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* Start turning the crank. */
|
|
|
|
i1 = n;
|
|
|
|
for (jj = 1; jj <= i1; jj += 512)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i2 = 512;
|
|
|
|
i3 = n - jj + 1;
|
|
|
|
jsec = min(i2,i3);
|
|
|
|
ujsec = jsec - jsec % 4;
|
|
|
|
i2 = k;
|
|
|
|
for (ll = 1; ll <= i2; ll += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i3 = 256;
|
|
|
|
i4 = k - ll + 1;
|
|
|
|
lsec = min(i3,i4);
|
|
|
|
ulsec = lsec - lsec % 2;
|
|
|
|
|
|
|
|
i3 = m;
|
|
|
|
for (ii = 1; ii <= i3; ii += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i4 = 256;
|
|
|
|
i5 = m - ii + 1;
|
|
|
|
isec = min(i4,i5);
|
|
|
|
uisec = isec - isec % 2;
|
|
|
|
i4 = ll + ulsec - 1;
|
|
|
|
for (l = ll; l <= i4; l += 2)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 2)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (l + 1) * a_dim1];
|
|
|
|
t1[l - ll + 1 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ulsec < lsec)
|
|
|
|
{
|
|
|
|
i4 = ii + isec - 1;
|
|
|
|
for (i = ii; i<= i4; ++i)
|
|
|
|
{
|
|
|
|
t1[lsec + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (ll + lsec - 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
uisec = isec - isec % 4;
|
|
|
|
i4 = jj + ujsec - 1;
|
|
|
|
for (j = jj; j <= i4; j += 4)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f22 = c[i + 1 + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f23 = c[i + 1 + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
f24 = c[i + 1 + (j + 3) * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
f32 = c[i + 2 + (j + 1) * c_dim1];
|
|
|
|
f42 = c[i + 3 + (j + 1) * c_dim1];
|
|
|
|
f33 = c[i + 2 + (j + 2) * c_dim1];
|
|
|
|
f43 = c[i + 3 + (j + 2) * c_dim1];
|
|
|
|
f34 = c[i + 2 + (j + 3) * c_dim1];
|
|
|
|
f44 = c[i + 3 + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f22 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f23 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f24 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f32 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f42 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f33 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f43 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f34 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f44 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + 1 + (j + 1) * c_dim1] = f22;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + 1 + (j + 2) * c_dim1] = f23;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
c[i + 1 + (j + 3) * c_dim1] = f24;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
c[i + 2 + (j + 1) * c_dim1] = f32;
|
|
|
|
c[i + 3 + (j + 1) * c_dim1] = f42;
|
|
|
|
c[i + 2 + (j + 2) * c_dim1] = f33;
|
|
|
|
c[i + 3 + (j + 2) * c_dim1] = f43;
|
|
|
|
c[i + 2 + (j + 3) * c_dim1] = f34;
|
|
|
|
c[i + 3 + (j + 3) * c_dim1] = f44;
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ujsec < jsec)
|
|
|
|
{
|
|
|
|
i4 = jj + jsec - 1;
|
|
|
|
for (j = jj + ujsec; j <= i4; ++j)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
}
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else if (rxstride == 1 && aystride == 1 && bxstride == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) != 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n] * bbase_y[n];
|
|
|
|
dest_y[x] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n];
|
|
|
|
dest[y*rystride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// else if (axstride < aystride)
|
|
|
|
// {
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (x = 0; x < xcount; x++)
|
|
|
|
// dest[x*rxstride + y*rystride] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (n = 0; n < count; n++)
|
|
|
|
// for (x = 0; x < xcount; x++)
|
|
|
|
// /* dest[x,y] += a[x,n] * b[n,y] */
|
|
|
|
// dest[x*rxstride + y*rystride] +=
|
|
|
|
// abase[x*axstride + n*aystride] *
|
|
|
|
// bbase[n*bxstride + y*bystride];
|
|
|
|
// }
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n*bxstride];
|
|
|
|
dest[y*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n*aystride] * bbase_y[n*bxstride];
|
|
|
|
dest_y[x*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#undef POW3
|
|
|
|
#undef min
|
|
|
|
#undef max
|
|
|
|
|
|
|
|
#endif /* HAVE_AVX512F */
|
|
|
|
|
|
|
|
/* Function to fall back to if there is no special processor-specific version. */
|
|
|
|
static void
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_i4_vanilla (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
const GFC_INTEGER_4 * restrict abase;
|
|
|
|
const GFC_INTEGER_4 * restrict bbase;
|
|
|
|
GFC_INTEGER_4 * restrict dest;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type rxstride, rystride, axstride, aystride, bxstride, bystride;
|
|
|
|
index_type x, y, n, count, xcount, ycount;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
assert (GFC_DESCRIPTOR_RANK (a) == 2
|
|
|
|
|| GFC_DESCRIPTOR_RANK (b) == 2);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* C[xcount,ycount] = A[xcount, count] * B[count,ycount]
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
Either A or B (but not both) can be rank 1:
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument A is implicitly treated as a row matrix
|
|
|
|
dimensioned [1,count], so xcount=1.
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument B is implicitly treated as a column matrix
|
|
|
|
dimensioned [count, 1], so ycount=1.
|
|
|
|
*/
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (retarray->base_addr == NULL)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[1], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(retarray,0));
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
retarray->base_addr
|
|
|
|
= xmallocarray (size0 ((array_t *) retarray), sizeof (GFC_INTEGER_4));
|
|
|
|
retarray->offset = 0;
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (unlikely (compile_options.bounds_check))
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type ret_extent, arg_extent;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 1: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,1);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 2: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (retarray) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* One-dimensional result may be addressed in the code below
|
|
|
|
either as a row or a column matrix. We want both cases to
|
|
|
|
work. */
|
|
|
|
rxstride = rystride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
rxstride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
|
|
|
rystride = GFC_DESCRIPTOR_STRIDE(retarray,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a a row matrix A[1,count]. */
|
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = 1;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
xcount = 1;
|
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = GFC_DESCRIPTOR_STRIDE(a,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,1);
|
|
|
|
xcount = GFC_DESCRIPTOR_EXTENT(a,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count != GFC_DESCRIPTOR_EXTENT(b,0))
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count > 0 || GFC_DESCRIPTOR_EXTENT(b,0) > 0)
|
|
|
|
runtime_error ("dimension of array B incorrect in MATMUL intrinsic");
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a column matrix B[count,1] */
|
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* bystride should never be used for 1-dimensional b.
|
|
|
|
in case it is we want it to cause a segfault, rather than
|
|
|
|
an incorrect result. */
|
|
|
|
bystride = 0xDEADBEEF;
|
|
|
|
ycount = 1;
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
|
|
|
bystride = GFC_DESCRIPTOR_STRIDE(b,1);
|
|
|
|
ycount = GFC_DESCRIPTOR_EXTENT(b,1);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
abase = a->base_addr;
|
|
|
|
bbase = b->base_addr;
|
|
|
|
dest = retarray->base_addr;
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Now that everything is set up, we perform the multiplication
|
|
|
|
itself. */
|
2016-12-03 10:44:35 +01:00
|
|
|
|
|
|
|
#define POW3(x) (((float) (x)) * ((float) (x)) * ((float) (x)))
|
|
|
|
#define min(a,b) ((a) <= (b) ? (a) : (b))
|
|
|
|
#define max(a,b) ((a) >= (b) ? (a) : (b))
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (try_blas && rxstride == 1 && (axstride == 1 || aystride == 1)
|
|
|
|
&& (bxstride == 1 || bystride == 1)
|
|
|
|
&& (((float) xcount) * ((float) ycount) * ((float) count)
|
|
|
|
> POW3(blas_limit)))
|
|
|
|
{
|
|
|
|
const int m = xcount, n = ycount, k = count, ldc = rystride;
|
|
|
|
const GFC_INTEGER_4 one = 1, zero = 0;
|
|
|
|
const int lda = (axstride == 1) ? aystride : axstride,
|
|
|
|
ldb = (bxstride == 1) ? bystride : bxstride;
|
|
|
|
|
|
|
|
if (lda > 0 && ldb > 0 && ldc > 0 && m > 1 && n > 1 && k > 1)
|
|
|
|
{
|
|
|
|
assert (gemm != NULL);
|
|
|
|
gemm (axstride == 1 ? "N" : "T", bxstride == 1 ? "N" : "T", &m,
|
|
|
|
&n, &k, &one, abase, &lda, bbase, &ldb, &zero, dest,
|
|
|
|
&ldc, 1, 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (rxstride == 1 && axstride == 1 && bxstride == 1)
|
|
|
|
{
|
|
|
|
/* This block of code implements a tuned matmul, derived from
|
|
|
|
Superscalar GEMM-based level 3 BLAS, Beta version 0.1
|
|
|
|
|
|
|
|
Bo Kagstrom and Per Ling
|
|
|
|
Department of Computing Science
|
|
|
|
Umea University
|
|
|
|
S-901 87 Umea, Sweden
|
|
|
|
|
|
|
|
from netlib.org, translated to C, and modified for matmul.m4. */
|
|
|
|
|
|
|
|
const GFC_INTEGER_4 *a, *b;
|
|
|
|
GFC_INTEGER_4 *c;
|
|
|
|
const index_type m = xcount, n = ycount, k = count;
|
|
|
|
|
|
|
|
/* System generated locals */
|
|
|
|
index_type a_dim1, a_offset, b_dim1, b_offset, c_dim1, c_offset,
|
|
|
|
i1, i2, i3, i4, i5, i6;
|
|
|
|
|
|
|
|
/* Local variables */
|
|
|
|
GFC_INTEGER_4 t1[65536], /* was [256][256] */
|
|
|
|
f11, f12, f21, f22, f31, f32, f41, f42,
|
|
|
|
f13, f14, f23, f24, f33, f34, f43, f44;
|
|
|
|
index_type i, j, l, ii, jj, ll;
|
|
|
|
index_type isec, jsec, lsec, uisec, ujsec, ulsec;
|
|
|
|
|
|
|
|
a = abase;
|
|
|
|
b = bbase;
|
|
|
|
c = retarray->base_addr;
|
|
|
|
|
|
|
|
/* Parameter adjustments */
|
|
|
|
c_dim1 = rystride;
|
|
|
|
c_offset = 1 + c_dim1;
|
|
|
|
c -= c_offset;
|
|
|
|
a_dim1 = aystride;
|
|
|
|
a_offset = 1 + a_dim1;
|
|
|
|
a -= a_offset;
|
|
|
|
b_dim1 = bystride;
|
|
|
|
b_offset = 1 + b_dim1;
|
|
|
|
b -= b_offset;
|
|
|
|
|
|
|
|
/* Empty c first. */
|
|
|
|
for (j=1; j<=n; j++)
|
|
|
|
for (i=1; i<=m; i++)
|
|
|
|
c[i + j * c_dim1] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
/* Early exit if possible */
|
|
|
|
if (m == 0 || n == 0 || k == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* Start turning the crank. */
|
|
|
|
i1 = n;
|
|
|
|
for (jj = 1; jj <= i1; jj += 512)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i2 = 512;
|
|
|
|
i3 = n - jj + 1;
|
|
|
|
jsec = min(i2,i3);
|
|
|
|
ujsec = jsec - jsec % 4;
|
|
|
|
i2 = k;
|
|
|
|
for (ll = 1; ll <= i2; ll += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i3 = 256;
|
|
|
|
i4 = k - ll + 1;
|
|
|
|
lsec = min(i3,i4);
|
|
|
|
ulsec = lsec - lsec % 2;
|
|
|
|
|
|
|
|
i3 = m;
|
|
|
|
for (ii = 1; ii <= i3; ii += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i4 = 256;
|
|
|
|
i5 = m - ii + 1;
|
|
|
|
isec = min(i4,i5);
|
|
|
|
uisec = isec - isec % 2;
|
|
|
|
i4 = ll + ulsec - 1;
|
|
|
|
for (l = ll; l <= i4; l += 2)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 2)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (l + 1) * a_dim1];
|
|
|
|
t1[l - ll + 1 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ulsec < lsec)
|
|
|
|
{
|
|
|
|
i4 = ii + isec - 1;
|
|
|
|
for (i = ii; i<= i4; ++i)
|
|
|
|
{
|
|
|
|
t1[lsec + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (ll + lsec - 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
uisec = isec - isec % 4;
|
|
|
|
i4 = jj + ujsec - 1;
|
|
|
|
for (j = jj; j <= i4; j += 4)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f22 = c[i + 1 + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f23 = c[i + 1 + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
f24 = c[i + 1 + (j + 3) * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
f32 = c[i + 2 + (j + 1) * c_dim1];
|
|
|
|
f42 = c[i + 3 + (j + 1) * c_dim1];
|
|
|
|
f33 = c[i + 2 + (j + 2) * c_dim1];
|
|
|
|
f43 = c[i + 3 + (j + 2) * c_dim1];
|
|
|
|
f34 = c[i + 2 + (j + 3) * c_dim1];
|
|
|
|
f44 = c[i + 3 + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f22 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f23 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f24 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f32 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f42 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f33 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f43 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f34 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f44 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + 1 + (j + 1) * c_dim1] = f22;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + 1 + (j + 2) * c_dim1] = f23;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
c[i + 1 + (j + 3) * c_dim1] = f24;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
c[i + 2 + (j + 1) * c_dim1] = f32;
|
|
|
|
c[i + 3 + (j + 1) * c_dim1] = f42;
|
|
|
|
c[i + 2 + (j + 2) * c_dim1] = f33;
|
|
|
|
c[i + 3 + (j + 2) * c_dim1] = f43;
|
|
|
|
c[i + 2 + (j + 3) * c_dim1] = f34;
|
|
|
|
c[i + 3 + (j + 3) * c_dim1] = f44;
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ujsec < jsec)
|
|
|
|
{
|
|
|
|
i4 = jj + jsec - 1;
|
|
|
|
for (j = jj + ujsec; j <= i4; ++j)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
}
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else if (rxstride == 1 && aystride == 1 && bxstride == 1)
|
|
|
|
{
|
|
|
|
if (GFC_DESCRIPTOR_RANK (a) != 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n] * bbase_y[n];
|
|
|
|
dest_y[x] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n];
|
|
|
|
dest[y*rystride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// else if (axstride < aystride)
|
|
|
|
// {
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (x = 0; x < xcount; x++)
|
|
|
|
// dest[x*rxstride + y*rystride] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (n = 0; n < count; n++)
|
|
|
|
// for (x = 0; x < xcount; x++)
|
|
|
|
// /* dest[x,y] += a[x,n] * b[n,y] */
|
|
|
|
// dest[x*rxstride + y*rystride] +=
|
|
|
|
// abase[x*axstride + n*aystride] *
|
|
|
|
// bbase[n*bxstride + y*bystride];
|
|
|
|
// }
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n*bxstride];
|
|
|
|
dest[y*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n*aystride] * bbase_y[n*bxstride];
|
|
|
|
dest_y[x*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#undef POW3
|
|
|
|
#undef min
|
|
|
|
#undef max
|
|
|
|
|
|
|
|
|
|
|
|
/* Compiling main function, with selection code for the processor. */
|
|
|
|
|
|
|
|
/* Currently, this is i386 only. Adjust for other architectures. */
|
|
|
|
|
|
|
|
#include <config/i386/cpuinfo.h>
|
|
|
|
void matmul_i4 (gfc_array_i4 * const restrict retarray,
|
2022-08-11 22:12:27 +02:00
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
static void (*matmul_p) (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm);
|
2017-03-02 13:54:27 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
void (*matmul_fn) (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm);
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_fn = __atomic_load_n (&matmul_p, __ATOMIC_RELAXED);
|
|
|
|
if (matmul_fn == NULL)
|
2016-12-03 10:44:35 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_fn = matmul_i4_vanilla;
|
|
|
|
if (__cpu_model.__cpu_vendor == VENDOR_INTEL)
|
|
|
|
{
|
|
|
|
/* Run down the available processors in order of preference. */
|
2016-12-03 10:44:35 +01:00
|
|
|
#ifdef HAVE_AVX512F
|
2022-08-11 22:12:27 +02:00
|
|
|
if (__cpu_model.__cpu_features[0] & (1 << FEATURE_AVX512F))
|
|
|
|
{
|
|
|
|
matmul_fn = matmul_i4_avx512f;
|
|
|
|
goto store;
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
|
|
|
|
#endif /* HAVE_AVX512F */
|
|
|
|
|
|
|
|
#ifdef HAVE_AVX2
|
2022-08-11 22:12:27 +02:00
|
|
|
if ((__cpu_model.__cpu_features[0] & (1 << FEATURE_AVX2))
|
|
|
|
&& (__cpu_model.__cpu_features[0] & (1 << FEATURE_FMA)))
|
|
|
|
{
|
|
|
|
matmul_fn = matmul_i4_avx2;
|
|
|
|
goto store;
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef HAVE_AVX
|
2022-08-11 22:12:27 +02:00
|
|
|
if (__cpu_model.__cpu_features[0] & (1 << FEATURE_AVX))
|
|
|
|
{
|
|
|
|
matmul_fn = matmul_i4_avx;
|
|
|
|
goto store;
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
#endif /* HAVE_AVX */
|
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
store:
|
|
|
|
__atomic_store_n (&matmul_p, matmul_fn, __ATOMIC_RELAXED);
|
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
(*matmul_fn) (retarray, a, b, try_blas, blas_limit, gemm);
|
2016-12-03 10:44:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#else /* Just the vanilla function. */
|
|
|
|
|
2004-05-13 08:41:07 +02:00
|
|
|
void
|
2022-08-11 22:12:27 +02:00
|
|
|
matmul_i4 (gfc_array_i4 * const restrict retarray,
|
|
|
|
gfc_array_i4 * const restrict a, gfc_array_i4 * const restrict b, int try_blas,
|
|
|
|
int blas_limit, blas_call gemm)
|
2004-05-13 08:41:07 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
const GFC_INTEGER_4 * restrict abase;
|
|
|
|
const GFC_INTEGER_4 * restrict bbase;
|
|
|
|
GFC_INTEGER_4 * restrict dest;
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type rxstride, rystride, axstride, aystride, bxstride, bystride;
|
|
|
|
index_type x, y, n, count, xcount, ycount;
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
assert (GFC_DESCRIPTOR_RANK (a) == 2
|
|
|
|
|| GFC_DESCRIPTOR_RANK (b) == 2);
|
2004-08-09 16:34:39 +02:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* C[xcount,ycount] = A[xcount, count] * B[count,ycount]
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
Either A or B (but not both) can be rank 1:
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument A is implicitly treated as a row matrix
|
|
|
|
dimensioned [1,count], so xcount=1.
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
o One-dimensional argument B is implicitly treated as a column matrix
|
|
|
|
dimensioned [count, 1], so ycount=1.
|
|
|
|
*/
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (retarray->base_addr == NULL)
|
2004-08-09 16:34:39 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2004-08-09 16:34:39 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1, 1);
|
2004-08-09 16:34:39 +02:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2004-08-09 16:34:39 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2004-08-09 16:34:39 +02:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2004-08-09 16:34:39 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[0], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(a,0) - 1, 1);
|
2005-05-15 14:49:45 +02:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
GFC_DIMENSION_SET(retarray->dim[1], 0,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(b,1) - 1,
|
|
|
|
GFC_DESCRIPTOR_EXTENT(retarray,0));
|
2004-08-09 16:34:39 +02:00
|
|
|
}
|
2005-05-15 14:49:45 +02:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
retarray->base_addr
|
|
|
|
= xmallocarray (size0 ((array_t *) retarray), sizeof (GFC_INTEGER_4));
|
|
|
|
retarray->offset = 0;
|
2004-08-09 16:34:39 +02:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else if (unlikely (compile_options.bounds_check))
|
2016-11-16 00:03:00 +01:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
index_type ret_extent, arg_extent;
|
2016-11-16 00:03:00 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (b) == 1)
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(a,0);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,0);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 1: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
|
|
|
|
arg_extent = GFC_DESCRIPTOR_EXTENT(b,1);
|
|
|
|
ret_extent = GFC_DESCRIPTOR_EXTENT(retarray,1);
|
|
|
|
if (arg_extent != ret_extent)
|
|
|
|
runtime_error ("Incorrect extent in return array in MATMUL intrinsic for dimension 2: is %ld, should be %ld",
|
|
|
|
(long int) ret_extent, (long int) arg_extent);
|
|
|
|
}
|
2016-11-16 00:03:00 +01:00
|
|
|
}
|
2004-08-09 16:34:39 +02:00
|
|
|
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (retarray) == 1)
|
2004-05-13 08:41:07 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* One-dimensional result may be addressed in the code below
|
|
|
|
either as a row or a column matrix. We want both cases to
|
|
|
|
work. */
|
|
|
|
rxstride = rystride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
2004-05-13 08:41:07 +02:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2004-05-13 08:41:07 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
rxstride = GFC_DESCRIPTOR_STRIDE(retarray,0);
|
|
|
|
rystride = GFC_DESCRIPTOR_STRIDE(retarray,1);
|
2004-05-13 08:41:07 +02:00
|
|
|
}
|
|
|
|
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (a) == 1)
|
2004-05-13 08:41:07 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a a row matrix A[1,count]. */
|
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = 1;
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
xcount = 1;
|
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,0);
|
2004-05-13 08:41:07 +02:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2004-05-13 08:41:07 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
axstride = GFC_DESCRIPTOR_STRIDE(a,0);
|
|
|
|
aystride = GFC_DESCRIPTOR_STRIDE(a,1);
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
count = GFC_DESCRIPTOR_EXTENT(a,1);
|
|
|
|
xcount = GFC_DESCRIPTOR_EXTENT(a,0);
|
2004-05-13 08:41:07 +02:00
|
|
|
}
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count != GFC_DESCRIPTOR_EXTENT(b,0))
|
2008-04-23 07:50:54 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
if (count > 0 || GFC_DESCRIPTOR_EXTENT(b,0) > 0)
|
|
|
|
runtime_error ("dimension of array B incorrect in MATMUL intrinsic");
|
2008-04-23 07:50:54 +02:00
|
|
|
}
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (GFC_DESCRIPTOR_RANK (b) == 1)
|
2004-05-13 08:41:07 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Treat it as a column matrix B[count,1] */
|
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* bystride should never be used for 1-dimensional b.
|
|
|
|
in case it is we want it to cause a segfault, rather than
|
|
|
|
an incorrect result. */
|
|
|
|
bystride = 0xDEADBEEF;
|
|
|
|
ycount = 1;
|
2004-05-13 08:41:07 +02:00
|
|
|
}
|
2022-08-11 22:12:27 +02:00
|
|
|
else
|
2004-05-13 08:41:07 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
bxstride = GFC_DESCRIPTOR_STRIDE(b,0);
|
|
|
|
bystride = GFC_DESCRIPTOR_STRIDE(b,1);
|
|
|
|
ycount = GFC_DESCRIPTOR_EXTENT(b,1);
|
2004-05-13 08:41:07 +02:00
|
|
|
}
|
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
abase = a->base_addr;
|
|
|
|
bbase = b->base_addr;
|
|
|
|
dest = retarray->base_addr;
|
2004-11-18 09:45:11 +01:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
/* Now that everything is set up, we perform the multiplication
|
|
|
|
itself. */
|
2006-10-22 09:41:48 +02:00
|
|
|
|
|
|
|
#define POW3(x) (((float) (x)) * ((float) (x)) * ((float) (x)))
|
2016-11-16 00:03:00 +01:00
|
|
|
#define min(a,b) ((a) <= (b) ? (a) : (b))
|
|
|
|
#define max(a,b) ((a) >= (b) ? (a) : (b))
|
2006-10-22 09:41:48 +02:00
|
|
|
|
2022-08-11 22:12:27 +02:00
|
|
|
if (try_blas && rxstride == 1 && (axstride == 1 || aystride == 1)
|
|
|
|
&& (bxstride == 1 || bystride == 1)
|
|
|
|
&& (((float) xcount) * ((float) ycount) * ((float) count)
|
2006-10-22 09:41:48 +02:00
|
|
|
> POW3(blas_limit)))
|
2004-05-13 08:41:07 +02:00
|
|
|
{
|
2022-08-11 22:12:27 +02:00
|
|
|
const int m = xcount, n = ycount, k = count, ldc = rystride;
|
|
|
|
const GFC_INTEGER_4 one = 1, zero = 0;
|
|
|
|
const int lda = (axstride == 1) ? aystride : axstride,
|
|
|
|
ldb = (bxstride == 1) ? bystride : bxstride;
|
|
|
|
|
|
|
|
if (lda > 0 && ldb > 0 && ldc > 0 && m > 1 && n > 1 && k > 1)
|
|
|
|
{
|
|
|
|
assert (gemm != NULL);
|
|
|
|
gemm (axstride == 1 ? "N" : "T", bxstride == 1 ? "N" : "T", &m,
|
|
|
|
&n, &k, &one, abase, &lda, bbase, &ldb, &zero, dest,
|
|
|
|
&ldc, 1, 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (rxstride == 1 && axstride == 1 && bxstride == 1)
|
|
|
|
{
|
|
|
|
/* This block of code implements a tuned matmul, derived from
|
|
|
|
Superscalar GEMM-based level 3 BLAS, Beta version 0.1
|
|
|
|
|
|
|
|
Bo Kagstrom and Per Ling
|
|
|
|
Department of Computing Science
|
|
|
|
Umea University
|
|
|
|
S-901 87 Umea, Sweden
|
|
|
|
|
|
|
|
from netlib.org, translated to C, and modified for matmul.m4. */
|
|
|
|
|
|
|
|
const GFC_INTEGER_4 *a, *b;
|
|
|
|
GFC_INTEGER_4 *c;
|
|
|
|
const index_type m = xcount, n = ycount, k = count;
|
|
|
|
|
|
|
|
/* System generated locals */
|
|
|
|
index_type a_dim1, a_offset, b_dim1, b_offset, c_dim1, c_offset,
|
|
|
|
i1, i2, i3, i4, i5, i6;
|
|
|
|
|
|
|
|
/* Local variables */
|
|
|
|
GFC_INTEGER_4 t1[65536], /* was [256][256] */
|
|
|
|
f11, f12, f21, f22, f31, f32, f41, f42,
|
|
|
|
f13, f14, f23, f24, f33, f34, f43, f44;
|
|
|
|
index_type i, j, l, ii, jj, ll;
|
|
|
|
index_type isec, jsec, lsec, uisec, ujsec, ulsec;
|
|
|
|
|
|
|
|
a = abase;
|
|
|
|
b = bbase;
|
|
|
|
c = retarray->base_addr;
|
|
|
|
|
|
|
|
/* Parameter adjustments */
|
|
|
|
c_dim1 = rystride;
|
|
|
|
c_offset = 1 + c_dim1;
|
|
|
|
c -= c_offset;
|
|
|
|
a_dim1 = aystride;
|
|
|
|
a_offset = 1 + a_dim1;
|
|
|
|
a -= a_offset;
|
|
|
|
b_dim1 = bystride;
|
|
|
|
b_offset = 1 + b_dim1;
|
|
|
|
b -= b_offset;
|
|
|
|
|
|
|
|
/* Empty c first. */
|
|
|
|
for (j=1; j<=n; j++)
|
|
|
|
for (i=1; i<=m; i++)
|
|
|
|
c[i + j * c_dim1] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
/* Early exit if possible */
|
|
|
|
if (m == 0 || n == 0 || k == 0)
|
|
|
|
|
|
|
|
return;
|
|
|
|
/* Start turning the crank. */
|
|
|
|
i1 = n;
|
|
|
|
for (jj = 1; jj <= i1; jj += 512)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i2 = 512;
|
|
|
|
i3 = n - jj + 1;
|
|
|
|
jsec = min(i2,i3);
|
|
|
|
ujsec = jsec - jsec % 4;
|
|
|
|
i2 = k;
|
|
|
|
for (ll = 1; ll <= i2; ll += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i3 = 256;
|
|
|
|
i4 = k - ll + 1;
|
|
|
|
lsec = min(i3,i4);
|
|
|
|
ulsec = lsec - lsec % 2;
|
|
|
|
|
|
|
|
i3 = m;
|
|
|
|
for (ii = 1; ii <= i3; ii += 256)
|
|
|
|
{
|
|
|
|
/* Computing MIN */
|
|
|
|
i4 = 256;
|
|
|
|
i5 = m - ii + 1;
|
|
|
|
isec = min(i4,i5);
|
|
|
|
uisec = isec - isec % 2;
|
|
|
|
i4 = ll + ulsec - 1;
|
|
|
|
for (l = ll; l <= i4; l += 2)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 2)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (l + 1) * a_dim1];
|
|
|
|
t1[l - ll + 1 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + ((i - ii + 2) << 8) - 257] =
|
|
|
|
a[i + 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
t1[l - ll + 1 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + l * a_dim1];
|
|
|
|
t1[l - ll + 2 + (isec << 8) - 257] =
|
|
|
|
a[ii + isec - 1 + (l + 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ulsec < lsec)
|
|
|
|
{
|
|
|
|
i4 = ii + isec - 1;
|
|
|
|
for (i = ii; i<= i4; ++i)
|
|
|
|
{
|
|
|
|
t1[lsec + ((i - ii + 1) << 8) - 257] =
|
|
|
|
a[i + (ll + lsec - 1) * a_dim1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
uisec = isec - isec % 4;
|
|
|
|
i4 = jj + ujsec - 1;
|
|
|
|
for (j = jj; j <= i4; j += 4)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f22 = c[i + 1 + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f23 = c[i + 1 + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
f24 = c[i + 1 + (j + 3) * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
f32 = c[i + 2 + (j + 1) * c_dim1];
|
|
|
|
f42 = c[i + 3 + (j + 1) * c_dim1];
|
|
|
|
f33 = c[i + 2 + (j + 2) * c_dim1];
|
|
|
|
f43 = c[i + 3 + (j + 2) * c_dim1];
|
|
|
|
f34 = c[i + 2 + (j + 3) * c_dim1];
|
|
|
|
f44 = c[i + 3 + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f22 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f23 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f24 += t1[l - ll + 1 + ((i - ii + 2) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + j * b_dim1];
|
|
|
|
f32 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f42 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 1) * b_dim1];
|
|
|
|
f33 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f43 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 2) * b_dim1];
|
|
|
|
f34 += t1[l - ll + 1 + ((i - ii + 3) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
f44 += t1[l - ll + 1 + ((i - ii + 4) << 8) - 257]
|
|
|
|
* b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + 1 + (j + 1) * c_dim1] = f22;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + 1 + (j + 2) * c_dim1] = f23;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
c[i + 1 + (j + 3) * c_dim1] = f24;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
c[i + 2 + (j + 1) * c_dim1] = f32;
|
|
|
|
c[i + 3 + (j + 1) * c_dim1] = f42;
|
|
|
|
c[i + 2 + (j + 2) * c_dim1] = f33;
|
|
|
|
c[i + 3 + (j + 2) * c_dim1] = f43;
|
|
|
|
c[i + 2 + (j + 3) * c_dim1] = f34;
|
|
|
|
c[i + 3 + (j + 3) * c_dim1] = f44;
|
|
|
|
}
|
|
|
|
if (uisec < isec)
|
|
|
|
{
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f12 = c[i + (j + 1) * c_dim1];
|
|
|
|
f13 = c[i + (j + 2) * c_dim1];
|
|
|
|
f14 = c[i + (j + 3) * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f12 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 1) * b_dim1];
|
|
|
|
f13 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 2) * b_dim1];
|
|
|
|
f14 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + (j + 3) * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + (j + 1) * c_dim1] = f12;
|
|
|
|
c[i + (j + 2) * c_dim1] = f13;
|
|
|
|
c[i + (j + 3) * c_dim1] = f14;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ujsec < jsec)
|
|
|
|
{
|
|
|
|
i4 = jj + jsec - 1;
|
|
|
|
for (j = jj + ujsec; j <= i4; ++j)
|
|
|
|
{
|
|
|
|
i5 = ii + uisec - 1;
|
|
|
|
for (i = ii; i <= i5; i += 4)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
f21 = c[i + 1 + j * c_dim1];
|
|
|
|
f31 = c[i + 2 + j * c_dim1];
|
|
|
|
f41 = c[i + 3 + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f21 += t1[l - ll + 1 + ((i - ii + 2) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f31 += t1[l - ll + 1 + ((i - ii + 3) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
f41 += t1[l - ll + 1 + ((i - ii + 4) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
c[i + 1 + j * c_dim1] = f21;
|
|
|
|
c[i + 2 + j * c_dim1] = f31;
|
|
|
|
c[i + 3 + j * c_dim1] = f41;
|
|
|
|
}
|
|
|
|
i5 = ii + isec - 1;
|
|
|
|
for (i = ii + uisec; i <= i5; ++i)
|
|
|
|
{
|
|
|
|
f11 = c[i + j * c_dim1];
|
|
|
|
i6 = ll + lsec - 1;
|
|
|
|
for (l = ll; l <= i6; ++l)
|
|
|
|
{
|
|
|
|
f11 += t1[l - ll + 1 + ((i - ii + 1) << 8) -
|
|
|
|
257] * b[l + j * b_dim1];
|
|
|
|
}
|
|
|
|
c[i + j * c_dim1] = f11;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else if (rxstride == 1 && aystride == 1 && bxstride == 1)
|
|
|
|
{
|
|
|
|
if (GFC_DESCRIPTOR_RANK (a) != 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n] * bbase_y[n];
|
|
|
|
dest_y[x] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n];
|
|
|
|
dest[y*rystride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// else if (axstride < aystride)
|
|
|
|
// {
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (x = 0; x < xcount; x++)
|
|
|
|
// dest[x*rxstride + y*rystride] = (GFC_INTEGER_4)0;
|
|
|
|
|
|
|
|
// for (y = 0; y < ycount; y++)
|
|
|
|
//for (n = 0; n < count; n++)
|
|
|
|
// for (x = 0; x < xcount; x++)
|
|
|
|
// /* dest[x,y] += a[x,n] * b[n,y] */
|
|
|
|
// dest[x*rxstride + y*rystride] +=
|
|
|
|
// abase[x*axstride + n*aystride] *
|
|
|
|
// bbase[n*bxstride + y*bystride];
|
|
|
|
// }
|
|
|
|
else if (GFC_DESCRIPTOR_RANK (a) == 1)
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase[n*axstride] * bbase_y[n*bxstride];
|
|
|
|
dest[y*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const GFC_INTEGER_4 *restrict abase_x;
|
|
|
|
const GFC_INTEGER_4 *restrict bbase_y;
|
|
|
|
GFC_INTEGER_4 *restrict dest_y;
|
|
|
|
GFC_INTEGER_4 s;
|
|
|
|
|
|
|
|
for (y = 0; y < ycount; y++)
|
|
|
|
{
|
|
|
|
bbase_y = &bbase[y*bystride];
|
|
|
|
dest_y = &dest[y*rystride];
|
|
|
|
for (x = 0; x < xcount; x++)
|
|
|
|
{
|
|
|
|
abase_x = &abase[x*axstride];
|
|
|
|
s = (GFC_INTEGER_4) 0;
|
|
|
|
for (n = 0; n < count; n++)
|
|
|
|
s += abase_x[n*aystride] * bbase_y[n*bxstride];
|
|
|
|
dest_y[x*rxstride] = s;
|
|
|
|
}
|
|
|
|
}
|
Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.
gcc/fortran/
* Make-lang.in (fortran/trans-resolve.o): Depend on
fortran/dependency.h.
* gfortran.h (gfc_expr): Add an "inline_noncopying_intrinsic" flag.
* dependency.h (gfc_get_noncopying_intrinsic_argument): Declare.
(gfc_check_fncall_dependency): Change prototype.
* dependency.c (gfc_get_noncopying_intrinsic_argument): New function.
(gfc_check_argument_var_dependency): New function, split from
gfc_check_fncall_dependency.
(gfc_check_argument_dependency): New function.
(gfc_check_fncall_dependency): Replace the expression parameter with
separate symbol and argument list parameters. Generalize the function
to handle dependencies for any type of expression, not just variables.
Accept a further argument giving the intent of the expression being
tested. Ignore intent(in) arguments if that expression is also
intent(in).
* resolve.c: Include dependency.h.
(find_noncopying_intrinsics): New function.
(resolve_function, resolve_call): Call it on success.
* trans-array.h (gfc_conv_array_transpose): Declare.
(gfc_check_fncall_dependency): Remove prototype.
* trans-array.c (gfc_conv_array_transpose): New function.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Don't use the
libcall handling if the expression is to be evaluated inline.
Add a case for handling inline transpose()s.
* trans-expr.c (gfc_trans_arrayfunc_assign): Adjust for the new
interface provided by gfc_check_fncall_dependency.
libgfortran/
* m4/matmul.m4: Use a different order in the special case of a
transposed first argument.
* generated/matmul_c4.c, generated/matmul_c8.c, generated/matmul_c10.c,
* generated/matmul_c16.c, generated/matmul_i4.c, generated/matmul_i8.c,
* generated/matmul_i10.c, generated/matmul_r4.c, generated/matmul_r8.c
* generated/matmul_r10.c, generated/matmul_r16.c: Regenerated.
Co-Authored-By: Victor Leikehman <LEI@il.ibm.com>
From-SVN: r108459
2005-12-13 06:23:12 +01:00
|
|
|
}
|
2004-05-13 08:41:07 +02:00
|
|
|
}
|
2016-12-03 10:44:35 +01:00
|
|
|
#undef POW3
|
|
|
|
#undef min
|
|
|
|
#undef max
|
|
|
|
|
re PR libfortran/19308 (I/O library should support more real and integer kinds)
PR libfortran/19308
PR fortran/20120
PR libfortran/22437
* Makefile.am: Add generated files for large real and integers
kinds. Add a rule to create the kinds.inc c99_protos.inc files.
Use kinds.inc to preprocess Fortran generated files.
* libgfortran.h: Add macro definitions for GFC_INTEGER_16_HUGE,
GFC_REAL_10_HUGE and GFC_REAL_16_HUGE. Add types gfc_array_i16,
gfc_array_r10, gfc_array_r16, gfc_array_c10, gfc_array_c16,
gfc_array_l16.
* mk-kinds-h.sh: Define macros HAVE_GFC_LOGICAL_* and
HAVE_GFC_COMPLEX_* when these types are available.
* intrinsics/ishftc.c (ishftc16): New function for GFC_INTEGER_16.
* m4/all.m4, m4/any.m4, m4/count.m4, m4/cshift1.m4, m4/dotprod.m4,
m4/dotprodc.m4, m4/dotprodl.m4, m4/eoshift1.m4, m4/eoshift3.m4,
m4/exponent.m4, m4/fraction.m4, m4/in_pack.m4, m4/in_unpack.m4,
m4/matmul.m4, m4/matmull.m4, m4/maxloc0.m4, m4/maxloc1.m4,
m4/maxval.m4, m4/minloc0.m4, m4/minloc1.m4, m4/minval.m4, m4/mtype.m4,
m4/nearest.m4, m4/pow.m4, m4/product.m4, m4/reshape.m4,
m4/set_exponent.m4, m4/shape.m4, m4/specific.m4, m4/specific2.m4,
m4/sum.m4, m4/transpose.m4: Protect generated functions with
appropriate "#if defined (HAVE_GFC_type_kind)" preprocessor directives.
* Makefile.in: Regenerate.
* all files in generated/: Regenerate.
* f95-lang.c (DO_DEFINE_MATH_BUILTIN): Add support for long
double builtin function.
(gfc_init_builtin_functions): Add mfunc_longdouble,
mfunc_clongdouble and func_clongdouble_longdouble trees. Build
them for round, trunc, cabs, copysign and pow functions.
* iresolve.c (gfc_resolve_reshape, gfc_resolve_transpose): Add
case for kind 10 and 16.
* trans-decl.c: Add trees for cpowl10, cpowl16, ishftc16,
exponent10 and exponent16.
(gfc_build_intrinsic_function_decls): Build nodes for int16,
real10, real16, complex10 and complex16 types. Build all possible
combinations for function _gfortran_pow_?n_?n. Build function
calls cpowl10, cpowl16, ishftc16, exponent10 and exponent16.
* trans-expr.c (gfc_conv_power_op): Add case for integer(16),
real(10) and real(16).
* trans-intrinsic.c: Add suppport for long double builtin
functions in BUILT_IN_FUNCTION, LIBM_FUNCTION and LIBF_FUNCTION
macros.
(gfc_conv_intrinsic_aint): Add case for integer(16), real(10) and
real(16) kinds.
(gfc_build_intrinsic_lib_fndecls): Add support for real10_decl
and real16_decl in library functions.
(gfc_get_intrinsic_lib_fndecl): Add cases for real and complex
kinds 10 and 16.
(gfc_conv_intrinsic_exponent): Add cases for real(10) and real(16)
kinds.
(gfc_conv_intrinsic_sign): Likewise.
(gfc_conv_intrinsic_ishftc): Add case for integer(16) kind.
* trans-types.c (gfc_get_int_type, gfc_get_real_type,
gfc_get_complex_type, gfc_get_logical_type): Doesn't error out in
the case of kinds not available.
* trans.h: Declare trees for cpowl10, cpowl16, ishftc16,
exponent10 and exponent16.
* gfortran.dg/large_real_kind_2.F90: New test.
* gfortran.dg/large_integer_kind_2.f90: New test.
From-SVN: r104889
2005-10-03 09:22:20 +02:00
|
|
|
#endif
|
2016-12-03 10:44:35 +01:00
|
|
|
#endif
|
|
|
|
|