Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Felix Willgerodt via Gdb-patches <gdb-patches@sourceware.org>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/2] Add AVX512-FP16 support.
Date: Thu, 29 Jul 2021 10:38:31 +0200	[thread overview]
Message-ID: <20210729083833.2483704-1-felix.willgerodt@intel.com> (raw)

New CPUs will add support for the FP16 data type in AVX512:
https://software.intel.com/content/www/us/en/develop/download/intel-avx512-fp16-architecture-specification.html

This comes with ABI changes that allow _Float16 and _Float16 _Complex as
function arguments and return values.

This series adds support for the register view and ABI changes.

Regards,
Felix

Felix Willgerodt (2):
  Add half support for AVX512 register view.
  gdb: Enable finish command and inferior calls for _Float16 on amd64
    and i386.

 gdb/amd64-tdep.c                              |  12 +-
 gdb/features/i386/32bit-sse.c                 |   5 +
 gdb/features/i386/32bit-sse.xml               |   2 +
 gdb/features/i386/64bit-avx512.c              |   5 +
 gdb/features/i386/64bit-avx512.xml            |   2 +
 gdb/features/i386/64bit-sse.c                 |   5 +
 gdb/features/i386/64bit-sse.xml               |   2 +
 gdb/i386-tdep.c                               |  15 +-
 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.c   |  38 ++++
 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp |  63 +++++++
 gdb/testsuite/gdb.arch/x86-avx512fp16.c       | 164 ++++++++++++++++++
 gdb/testsuite/gdb.arch/x86-avx512fp16.exp     |  68 ++++++++
 gdb/testsuite/lib/gdb.exp                     |  51 ++++++
 13 files changed, 425 insertions(+), 7 deletions(-)
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.c
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16.c
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16.exp

-- 
2.25.4

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


             reply	other threads:[~2021-07-29  8:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-29  8:38 Felix Willgerodt via Gdb-patches [this message]
2021-07-29  8:38 ` [PATCH 1/2] Add half support for AVX512 register view Felix Willgerodt via Gdb-patches
2021-09-03 12:30   ` Simon Marchi via Gdb-patches
2021-09-03 12:55     ` Willgerodt, Felix via Gdb-patches
2021-09-03 12:59       ` Simon Marchi via Gdb-patches
2021-07-29  8:38 ` [PATCH 2/2] gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386 Felix Willgerodt via Gdb-patches
2021-07-29 16:03   ` Luis Machado via Gdb-patches
2021-07-30  7:52     ` Willgerodt, Felix via Gdb-patches
2021-07-30 12:04       ` Luis Machado via Gdb-patches
2021-09-03 12:37         ` Simon Marchi via Gdb-patches
2021-09-03 14:00           ` Willgerodt, Felix via Gdb-patches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210729083833.2483704-1-felix.willgerodt@intel.com \
    --to=gdb-patches@sourceware.org \
    --cc=felix.willgerodt@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox