[valgrind] [Bug 383010] Add support for AVX-512 instructions

2025-03-13 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||heide...@hotmail.com --- Comment #119 from Tom Hug

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-12-05 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||satishs.kam...@gmail.com --- Comment #118 from Tom

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-29 Thread Thiago Macieira
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #117 from Thiago Macieira --- I stand corrected. Thanks for pointing out. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #116 from Paul Floyd --- (In reply to Thiago Macieira from comment #115) > (In reply to Paul Floyd from comment #110) > > It’s everything. VEX isn’t my strong point, by my guess is that this would > > be one of the biggest changes to Valgrin

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-29 Thread Thiago Macieira
https://bugs.kde.org/show_bug.cgi?id=383010 Thiago Macieira changed: What|Removed |Added CC||thi...@kde.org --- Comment #114 from Thiago M

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-29 Thread Thiago Macieira
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #115 from Thiago Macieira --- (In reply to Paul Floyd from comment #110) > It’s everything. VEX isn’t my strong point, by my guess is that this would > be one of the biggest changes to Valgrind for the last 15 years. To be clear, it's the E

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #113 from Paul Floyd --- (In reply to Olivier Huber from comment #112) > It's unclear that there is a way to not execute the instruction. The line > reported by valgrind is The AVX512 instructions fall into this category ==28786== 2. The

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-14 Thread Olivier Huber
https://bugs.kde.org/show_bug.cgi?id=383010 Olivier Huber changed: What|Removed |Added CC||oli.hu...@gmail.com --- Comment #112 from Olivi

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #110 from Paul Floyd --- (In reply to Petr from comment #104) > If you use a distribution such as Gentoo with AVX-512 enabled globally you > basically cannot use valgrind as it doesn't matter what valgrind advertises > - all the code is alre

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #108 from Paul Floyd --- (In reply to tanya_mine...@bk.ru from comment #106) > Hi, this is Tanya. > > > What happened to the work Tanya did? > The patches I did are attached to the bug report, but they must be really > outdated now. > > >

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #109 from Paul Floyd --- (In reply to tanya_mine...@bk.ru from comment #106) > Hi, this is Tanya. > > > What happened to the work Tanya did? > The patches I did are attached to the bug report, but they must be really > outdated now. > > >

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #111 from Paul Floyd --- (In reply to Petr from comment #105) > BTW can anyone clarify the following: > > - What happened to the work Tanya did / what happened to Tanya? > - If Intel wanted to sponsor AVX-512 support and the one who was

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Michał Dec
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #107 from Michał Dec --- (In reply to Mark Wielaard from comment #103) > Normally glibc uses ifuncs which check whether avx512 is available. Since > valgrind doesn't advertise avx512 being available glibc should normally not > use it. Do you

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread tanya_mineeva
https://bugs.kde.org/show_bug.cgi?id=383010 tanya_mine...@bk.ru changed: What|Removed |Added CC||tanya_mine...@bk.ru --- Comment #106 from

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #105 from Petr --- BTW can anyone clarify the following: - What happened to the work Tanya did / what happened to Tanya? - If Intel wanted to sponsor AVX-512 support and the one who was working on it lost interest or cannot do it anymor

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #103 from Mark Wielaard --- (In reply to Michał Dec from comment #102) > > You can compile with -mno-avx512f > > Would a minimum viable solution be to apply this only to glibc, and then > reboot so that the whole system loads up the new gli

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #104 from Petr --- If you use a distribution such as Gentoo with AVX-512 enabled globally you basically cannot use valgrind as it doesn't matter what valgrind advertises - all the code is already using AVX-512. And this of course also happen

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-10 Thread Michał Dec
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #102 from Michał Dec --- > You can compile with -mno-avx512f Would a minimum viable solution be to apply this only to glibc, and then reboot so that the whole system loads up the new glibc? -- You are receiving this mail because: You are

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-10 Thread Richard Jones
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #101 from Richard Jones --- (In reply to Michał Dec from comment #99) > I've just hit this bug and I can't properly work with AVX-512 instruction. I > have to scp my entire projects to a machine that doesn't use AVX-512 at > glibc level. Thi

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #100 from Paul Floyd --- (In reply to Michał Dec from comment #99) > I've just hit this bug and I can't properly work with AVX-512 instruction. I > have to scp my entire projects to a machine that doesn't use AVX-512 at > glibc level. This i

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-09 Thread Michał Dec
https://bugs.kde.org/show_bug.cgi?id=383010 Michał Dec changed: What|Removed |Added CC||moog...@gmail.com --- Comment #99 from Michał Dec

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-07-10 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=383010 Mark Wielaard changed: What|Removed |Added CC||simon.fen...@imgtec.com --- Comment #98 from Ma

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-06-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr -- You are receiving this mail

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-06-26 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||steve+...@hill-mail.co.uk --- Comment #97 from Tom

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-05-16 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 Paul Floyd changed: What|Removed |Added CC||lefer...@gmail.com --- Comment #96 from Paul Floyd

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-04-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383010 he...@henrimenke.de changed: What|Removed |Added CC||he...@henrimenke.de --- Comment #95 from h

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-02-24 Thread Gabriel Ravier
https://bugs.kde.org/show_bug.cgi?id=383010 Gabriel Ravier changed: What|Removed |Added CC||gabrav...@gmail.com -- You are receiving this

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-02-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 Paul Floyd changed: What|Removed |Added CC||hjl.to...@gmail.com --- Comment #94 from Paul Floy

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-01-30 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||k...@chrisada.co.uk --- Comment #93 from Tom Hughe

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-06-15 Thread Richard Jones
https://bugs.kde.org/show_bug.cgi?id=383010 Richard Jones changed: What|Removed |Added CC||rjo...@redhat.com -- You are receiving this ma

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-05-31 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||toitran4...@gmail.com --- Comment #92 from Tom Hug

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-05-16 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||tus...@kazv.moe --- Comment #91 from Tom Hughes -

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #90 from Tom Hughes --- *** Bug 339416 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||arnaud.desit...@gmail.com --- Comment #89 from Tom

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-04-25 Thread JojoR
https://bugs.kde.org/show_bug.cgi?id=383010 JojoR changed: What|Removed |Added CC||rjie...@gmail.com --- Comment #88 from JojoR --- Excel

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-04-20 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=383010 Mark Wielaard changed: What|Removed |Added CC||rincebr...@gmail.com --- Comment #87 from Mark

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-04-20 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=383010 Mark Wielaard changed: What|Removed |Added CC||paola_...@libero.it --- Comment #86 from Mark W

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-04-20 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=383010 Mark Wielaard changed: What|Removed |Added CC||ktstngubl...@bugfoo.com --- Comment #85 from Ma

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-04-20 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=383010 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org Alias|

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-12-15 Thread Patrick J. LoPresti
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #84 from Patrick J. LoPresti --- (In reply to Sam James from comment #79) > Are Tanya's patches still pending review? Is there an outstanding known > issue with them? Similar question... What are the outstanding tasks here, and do they have

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-12-15 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||kobalicek.p...@gmail.com --- Comment #83 from Tom

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-11-22 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||smuel...@chronox.de --- Comment #82 from Tom Hughe

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-09-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 Paul Floyd changed: What|Removed |Added CC||mfran...@pppl.gov --- Comment #81 from Paul Floyd

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-09-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=383010 Bug Janitor Service changed: What|Removed |Added Priority|NOR |VHI -- You are receiving this mail becau

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-09-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 Paul Floyd changed: What|Removed |Added CC||tiborg...@gmail.com --- Comment #80 from Paul Floy

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-08-03 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #79 from Sam James --- Are Tanya's patches still pending review? Is there an outstanding known issue with them? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||ytr...@sdf-eu.org --- Comment #78 from Tom Hughes

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||fchen0...@gmail.com --- Comment #77 from Tom Hughe

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||arkang...@gmail.com --- Comment #76 from Tom Hughe

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-02-11 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #75 from Tanya --- Julian reported VPTESTMW and VPTESTMB instruction failures - these instructions read data with incorrect granularity (64 and 32 bits instead of 16 and 8 bits, respectively). The granularity has been specified in the master

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-02-11 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #142995|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-02-11 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #142993|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-01-18 Thread melven
https://bugs.kde.org/show_bug.cgi?id=383010 melven changed: What|Removed |Added CC||Melven.Roehrig-Zoellner@DLR |

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-01-12 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #71 from Tanya --- Created attachment 145364 --> https://bugs.kde.org/attachment.cgi?id=145364&action=edit Update for AVX-512 Valgrind regression tests to spot differences between mask k0 and no mask (In reply to Julian Seward from commen

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-01-01 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #70 from Julian Seward --- Created attachment 145020 --> https://bugs.kde.org/attachment.cgi?id=145020&action=edit Fix handling of no-mask reg-reg versions of VEXPAND* and VCOMPRESS* Here's a bug fix for the VEXPAND and VCOMPRESS instruct

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-12-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #69 from Tanya --- Created attachment 144938 --> https://bugs.kde.org/attachment.cgi?id=144938&action=edit Fix copyright notices on the new AVX-512 files Patches attached in comment #58, comment #59, comment #60 and comment #61 had incorr

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-12-29 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #68 from Julian Seward --- Created attachment 144930 --> https://bugs.kde.org/attachment.cgi?id=144930&action=edit valgrind-avx512-rollup-fixes-2021Dec29.diff Rollup fixes to be applied on top of (after) the patches in comments 58, 59 and

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-12-28 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #67 from Julian Seward --- Created attachment 144910 --> https://bugs.kde.org/attachment.cgi?id=144910&action=edit Demonstrates misbehaving `vmovdqu8 %ymm7, (%r9){%k5}` I've been testing the patches from comment 58, 59, 60 against the tru

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-11-03 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added CC||mgsext...@gmail.com --- Comment #66 from Tanya --- ***

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=383010 Sam James changed: What|Removed |Added CC||s...@gentoo.org -- You are receiving this mail bec

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Patrick J. LoPresti
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #65 from Patrick J. LoPresti --- (In reply to Tanya from comment #64) > > If you would make the patch into a new branch - would you be interested in > its internal commit history, perhaps for git blame? I am not a Valgrind maintainer; I ha

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #64 from Tanya --- (In reply to Patrick J. LoPresti from comment #63) > Could someone please work on getting these changes into mainline? Or at > least make this a branch in the git repository? (Is there anything I can do > to help?) > > AV

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Patrick J. LoPresti
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #63 from Patrick J. LoPresti --- Could someone please work on getting these changes into mainline? Or at least make this a branch in the git repository? (Is there anything I can do to help?) AVX-512 is now a "must have" for us. -- You are

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #62 from Tanya --- Attached an updated version of the AVX-512 patch for KNL and SkyLake. It does not contain any principal changes comparing to the previous version, just bug fixes. It is based on Valgrind 3.18 (GIT master from Oct 22, commi

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #135974|0 |1 is obsolete|| Att

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #140027|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #140026|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-10-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #140025|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-07-13 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #57 from Tanya --- Attached an updated version of the AVX-512 patch for KNL and SkyLake. It is based on Valgrind 3.18 (GIT master from Jul, 13, commit 61307ee83121aa5f0b57a12a80e90fc2f414380a) The major improvements are: - Fixes for runtime

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-07-13 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #56 from Tanya --- Created attachment 140028 --> https://bugs.kde.org/attachment.cgi?id=140028&action=edit Version 2: Part 4 of AVX-512 patch - (optional) Generator of AVX-512 .c files -- You are receiving this mail because: You are watc

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-07-13 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #135973|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-07-13 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #135972|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-07-13 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #135971|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-02-28 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=383010 Mark Wielaard changed: What|Removed |Added CC||shaveer.bajpeyi@mail.utoron |

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-02-20 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #51 from Tanya --- Hello, Attached updated AVX-512 patch for KNL and SkyLake. It is based on the GIT master from Feb. 20 (commit 1c9a0bf58a47e855e6e5bf78a30bcee0af835804) Attached files ~~ - AVX-512_KNL_SKX_p1_main.patch - Main

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-02-20 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #50 from Tanya --- Created attachment 135974 --> https://bugs.kde.org/attachment.cgi?id=135974&action=edit Part 4 of AVX-512 patch - (optional) Generator of AVX-512 .c files -- You are receiving this mail because: You are watching all bu

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-02-20 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #109005|0 |1 is obsolete|| ---

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-02-20 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #48 from Tanya --- Created attachment 135972 --> https://bugs.kde.org/attachment.cgi?id=135972&action=edit Part 2 of AVX-512 patch - auto-generated files -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-02-20 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #128799|0 |1 is obsolete|| Att

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2021-02-19 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||qoman...@gmail.com --- Comment #46 from Tom Hughes

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-09-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||mingfei@ucloud.cn --- Comment #45 from Tom Hug

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-06-24 Thread Alexandra Hajkova
https://bugs.kde.org/show_bug.cgi?id=383010 Alexandra Hajkova changed: What|Removed |Added Attachment #129528|0 |1 is obsolete|

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-06-24 Thread Alexandra Hajkova
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #43 from Alexandra Hajkova --- My git repo: https://github.com/sasshka/valgrind/commit/2a9d9c2a5e6021cd1b928e03aabb9e493cde5cdd I tested the patch on Knights Landing. I had to rename gdbserver xml files for gdbserver tests to pass - they use

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-06-19 Thread Alexandra Hajkova
https://bugs.kde.org/show_bug.cgi?id=383010 Alexandra Hajkova changed: What|Removed |Added Attachment #129525|0 |1 is obsolete|

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-06-19 Thread Alexandra Hajkova
https://bugs.kde.org/show_bug.cgi?id=383010 Alexandra Hajkova changed: What|Removed |Added Attachment #128856|0 |1 is obsolete|

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-06-19 Thread Alexandra Hajkova
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #40 from Alexandra Hajkova --- Created attachment 129522 --> https://bugs.kde.org/attachment.cgi?id=129522&action=edit patch -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-06-18 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||mr...@protonmail.com --- Comment #39 from Tom Hugh

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-05-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #38 from Tanya --- (In reply to Alexandra Hajkova from comment #37) > Created attachment 128856 [details] > patch > > Hello Tanya, > > I slighly modified your patch to make it appliable (removed trailing > whitespaces, etc.) and used git f

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-05-28 Thread Alexandra Hajkova
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #37 from Alexandra Hajkova --- Created attachment 128856 --> https://bugs.kde.org/attachment.cgi?id=128856&action=edit patch Hello Tanya, I slighly modified your patch to make it appliable (removed trailing whitespaces, etc.) and used gi

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-05-28 Thread Alexandra Hajkova
https://bugs.kde.org/show_bug.cgi?id=383010 Alexandra Hajkova changed: What|Removed |Added CC||ahajk...@redhat.com --- Comment #36 from Al

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-05-26 Thread Patrick J. LoPresti
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #35 from Patrick J. LoPresti --- (In reply to Tanya from comment #34) Nice to see work resuming on this. Valgrind is almost useless for us at this point, because AVX-512 CPUs are now ubiquitous and the performance benefits are too large to

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-05-26 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya changed: What|Removed |Added Attachment #111693|0 |1 is obsolete|| Att

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-04-30 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||bvanass...@acm.org --- Comment #33 from Tom Hughes

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2020-04-30 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||aymaneltems...@hotmail.com --- Comment #32 from To

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2018-09-08 Thread Jacek Tomaka
https://bugs.kde.org/show_bug.cgi?id=383010 Jacek Tomaka changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2018-04-10 Thread Hou
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #30 from Hou, Ao-ping --- (In reply to Tanya from comment #27) > > Hi, Tanya, > > > > Thank you so much. > > Once I get new patch, I will try it for basic operations in AVX-512 double > > precision. > > > > Best Regards > > > > Elliot >

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2018-04-10 Thread Hou
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #29 from Hou, Ao-ping --- (In reply to Tanya from comment #27) > > Hi, Tanya, > > > > Thank you so much. > > Once I get new patch, I will try it for basic operations in AVX-512 double > > precision. > > > > Best Regards > > > > Elliot >

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2018-03-29 Thread Chris Samuel
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #28 from Chris Samuel --- Hi there, We hit the illegal instruction message on Skylake (6140) CPUs running valgrind on programs linked against OpenMPI 3.0.0; the cause being that with our GCC 5.5 and higher installs memset() causes the VPXOR

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2018-03-29 Thread Chris Samuel
https://bugs.kde.org/show_bug.cgi?id=383010 Chris Samuel changed: What|Removed |Added CC||k...@csamuel.org -- You are receiving this mail

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2018-03-28 Thread Manodeep Sinha
https://bugs.kde.org/show_bug.cgi?id=383010 Manodeep Sinha changed: What|Removed |Added CC||manod...@gmail.com -- You are receiving this

  1   2   >