[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

[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-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=edit Update for AVX-512 Valgrind regression tests to spot differences between mask k0 and no mask (In reply to Julian Seward from comment

[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=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 441609] unhandled instruction bytes: 0x62 0xF1 0x7C 0x48 0x57 0xC0 0xC5 0xFA 0x11 0x80

2021-11-03 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=441609 Tanya changed: What|Removed |Added CC||tatyana.a.mine...@intel.com Status

[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 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 >

[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

[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

[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 443314] In the latest GIT version, Valgrind with "--trace-flags" crashes at "al" register

2021-10-04 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=443314 --- Comment #1 from Tanya --- Created attachment 142149 --> https://bugs.kde.org/attachment.cgi?id=142149=edit Possible fix -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 443314] New: In the latest GIT version, Valgrind with "--trace-flags" crashes at "al" register

2021-10-04 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=443314 Bug ID: 443314 Summary: In the latest GIT version, Valgrind with "--trace-flags" crashes at "al" register Product: valgrind Version: unspecified Platform: Other

[valgrind] [Bug 439326] Valgrind 3.17.0 won't compile with Intel 2021 oneAPI compilers

2021-07-13 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=439326 --- Comment #2 from Tanya --- (In reply to Jason Jones from comment #0) Hi Jason, Attached the fix I used for this issue. Would you be able to check whether this patch works for you? You'll need to rerun ./autogen.sh after applying this patch. Tanya

[valgrind] [Bug 439326] Valgrind 3.17.0 won't compile with Intel 2021 oneAPI compilers

2021-07-13 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=439326 Tanya changed: What|Removed |Added CC||tatyana.a.mine...@intel.com --- Comment #1 from Tanya

[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

[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=edit Version 2: Part 4 of AVX-512 patch - (optional) Generator of AVX-512 .c files -- You are receiving this mail because: You are watch

[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-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

[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=edit Part 4 of AVX-512 patch - (optional) Generator of AVX-512 .c files -- You are receiving this mail because: You are watching all

[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=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

[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 > whitespace

[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

[konsole] [Bug 407735] Konsole: with Space before Cursos

2019-05-19 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=407735 Tanya changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[konsole] [Bug 407735] Konsole: with Space before Cursos

2019-05-19 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=407735 --- Comment #2 from Tanya --- (In reply to tcanabrava from comment #1) > Created attachment 120186 [details] > attachment-15184-0.html > > What’s the font you are using? > > Em dom, 19 de mai de 2019 às 20:31, Tanya > e

[konsole] [Bug 407735] New: Konsole: with Space before Cursos

2019-05-19 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=407735 Bug ID: 407735 Summary: Konsole: with Space before Cursos Product: konsole Version: 19.04.1 Platform: Manjaro OS: Linux Status: REPORTED Severity: normal

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

2018-03-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #27 from Tanya <tatyana.a.mine...@intel.com> --- > 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 > > Ell

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

2018-03-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #26 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 111698 --> https://bugs.kde.org/attachment.cgi?id=111698=edit Nulgrind tests for AVX-512 machine, part 5 Files AVX-512_prototype_v4_tests.patch

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

2018-03-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya <tatyana.a.mine...@intel.com> changed: What|Removed |Added Attachment #111696|0 |1 is

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

2018-03-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #25 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 111697 --> https://bugs.kde.org/attachment.cgi?id=111697=edit Nulgrind tests for AVX-512 machine, part 4 -- You are receiving this mail because: You are watchin

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

2018-03-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #24 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 111696 --> https://bugs.kde.org/attachment.cgi?id=111696=edit Nulgrind tests for AVX-512 machine, part 3 -- You are receiving this mail because: You are watchin

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

2018-03-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #23 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 111695 --> https://bugs.kde.org/attachment.cgi?id=111695=edit Nulgrind tests for AVX-512 machine, part 2 -- You are receiving this mail because: You are watchin

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

2018-03-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya <tatyana.a.mine...@intel.com> changed: What|Removed |Added Attachment #109001|0 |1 is ob

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

2018-03-28 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya <tatyana.a.mine...@intel.com> changed: What|Removed |Added Attachment #109000|0 |1 is ob

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

2018-02-13 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #19 from Tanya <tatyana.a.mine...@intel.com> --- (In reply to Hou, Ao-ping from comment #18) > Hello, > I have patched the "AVX-512_prototype_v3" patch. > But I can not use this patch for _mm512_setr_pd(...) &

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

2018-02-07 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #17 from Tanya <tatyana.a.mine...@intel.com> --- Hello Julian, Sorry for a late reply. Thank you very much for the comments. We have fixed most of these bugs, and hope to finish adding and debugging KNL AVX-512 instructions in about a

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

2017-11-21 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #10 from Tanya <tatyana.a.mine...@intel.com> --- Hello, Sorry for the late response. Please find the attachment for the patch AVX-512_prototype_v3.patch. It mainly adds new instructions to Nulgrind; most of these instructions are not

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

2017-11-21 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #9 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 109005 --> https://bugs.kde.org/attachment.cgi?id=109005=edit Nulgrind test for the serial vFMA instructions The "AVX-512_prototype_v3" patch ch

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

2017-11-21 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #8 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 109004 --> https://bugs.kde.org/attachment.cgi?id=109004=edit Nulgrind test for the AVX-2 instructions on AVX-512 machine AVX-2 regression test based on the

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

2017-11-21 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #7 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 109002 --> https://bugs.kde.org/attachment.cgi?id=109002=edit Nulgrind test for the AVX instructions on AVX-512 machine AVX regression test based on the existing

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

2017-11-21 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #6 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 109001 --> https://bugs.kde.org/attachment.cgi?id=109001=edit Nulgrind test for the AVX-512 instructions The test is based on the existing Nulgrind AVX and AV

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

2017-11-21 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya <tatyana.a.mine...@intel.com> changed: What|Removed |Added Attachment #107354|0 |1 is ob

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

2017-11-14 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #4 from Tanya <tatyana.a.mine...@intel.com> --- (In reply to Julian Seward from comment #3) > Tanya, any progress on this? Julian, More AVX-512 instructions are added to Nulgrind (at the moment, 168 out of 347 are added), and som

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

2017-08-18 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya <tatyana.a.mine...@intel.com> changed: What|Removed |Added Attachment #107012|0 |1 is ob

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

2017-08-01 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Tanya <tatyana.a.mine...@intel.com> changed: What|Removed |Added CC||tatyana.

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

2017-08-01 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=383010 Bug ID: 383010 Summary: Add support for AVX-512 instructions Product: valgrind Version: 3.14 SVN Platform: unspecified OS: Linux Status: UNCONFIRMED Severity:

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-30 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #33 from Tanya <tatyana.a.mine...@intel.com> --- (In reply to Julian Seward from comment #32) > (In reply to Tanya from comment #23) > > Attached an updated 32-bit version of the patch. 32-bit part of the previous > >

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-30 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #30 from Tanya <tatyana.a.mine...@intel.com> --- (In reply to Julian Seward from comment #27) > (In reply to Tanya from comment #26) > > Created attachment 105777 [details] > > test without FS or GS prefixes > >

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-30 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #29 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 105779 --> https://bugs.kde.org/attachment.cgi?id=105779=edit test with FS prefixes -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-30 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #27 from Julian Seward <jsew...@acm.org> --- (In reply to Tanya from comment #26) > Created attachment 105777 [details] > test without FS or GS prefixes Tanya, is that a tar file? Can you just attach a plain text file? ---

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-30 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 Tanya <tatyana.a.mine...@intel.com> changed: What|Removed |Added Attachment #105776|0 |1 is ob

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-30 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #25 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 105776 --> https://bugs.kde.org/attachment.cgi?id=105776=edit test without FS or GS prefixes -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #23 from Tanya <tatyana.a.mine...@intel.com> --- (In reply to Ivo Raisr from comment #19) > (In reply to Tanya from comment #17) > > (In reply to Julian Seward from comment #9) > > > Committed, r3383, r16415.

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-29 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #22 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 105753 --> https://bugs.kde.org/attachment.cgi?id=105753=edit Proposed patch for 32-bit architecture -- You are receiving this mail because: You are watchin

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-26 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #17 from Tanya <tatyana.a.mine...@intel.com> --- (In reply to Julian Seward from comment #9) > Committed, r3383, r16415. Thanks for the patches. Julian, Would it be possible to patch the 32-bit instruction parser as well?

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-25 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #11 from Tanya <tatyana.a.mine...@intel.com> --- (In reply to Ivo Raisr from comment #10) Ivo, I cannot reproduce the issue on the latest Git sources with the 379525 patch (amd64 linux, gcc 6.2.0). I cannot get the latest SVN s

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-22 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #8 from Tanya <tatyana.a.mine...@intel.com> --- (In reply to Julian Seward from comment #5) > (In reply to Tanya from comment #4) > > Proposed a patch that implements the missing opcodes and allows them to have > > any

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-22 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #7 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 105677 --> https://bugs.kde.org/attachment.cgi?id=105677=edit Files for Valgrind test case attempt to make Valgrind test case -- You are receiving this mail bec

[valgrind] [Bug 379525] Support more x86 nop opcodes

2017-05-22 Thread Tanya
https://bugs.kde.org/show_bug.cgi?id=379525 --- Comment #6 from Tanya <tatyana.a.mine...@intel.com> --- Created attachment 105676 --> https://bugs.kde.org/attachment.cgi?id=105676=edit C test with different opcodes C application with NOPs with various opcode, prefix and ModRM com

[krita] [Bug 373591] New: Offset between Wacom stylus and cursor on canvas.

2016-12-12 Thread Tanya Zumstein
https://bugs.kde.org/show_bug.cgi?id=373591 Bug ID: 373591 Summary: Offset between Wacom stylus and cursor on canvas. Product: krita Version: 3.0.1.1 Platform: Other OS: MS Windows Status: UNCONFIRMED

[krita] [Bug 298144] Wacom Cintiq 12wx has big offset on the canvas between the pen and the cursor.

2016-12-12 Thread Tanya Zumstein
https://bugs.kde.org/show_bug.cgi?id=298144 Tanya Zumstein <tanyaz...@gmail.com> changed: What|Removed |Added CC||tanyaz...@gma