public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: "Willgerodt, Felix" <felix.willgerodt@intel.com>
To: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Subject: RE: [PING] [PATCH 0/2] Add AVX512-FP16 support.
Date: Thu, 12 Aug 2021 07:52:07 +0000	[thread overview]
Message-ID: <DM8PR11MB5733658F8AC90FDBDF9F33328EF99@DM8PR11MB5733.namprd11.prod.outlook.com> (raw)

Kindly pinging,

Felix

> -----Original Message-----
> From: Willgerodt, Felix <felix.willgerodt@intel.com>
> Sent: Donnerstag, 29. Juli 2021 10:39
> To: gdb-patches@sourceware.org
> Cc: Willgerodt, Felix <felix.willgerodt@intel.com>
> Subject: [PATCH 0/2] Add AVX512-FP16 support.
> 
> 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-08-12  7:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=DM8PR11MB5733658F8AC90FDBDF9F33328EF99@DM8PR11MB5733.namprd11.prod.outlook.com \
    --to=felix.willgerodt@intel.com \
    --cc=gdb-patches@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).