Coder Social home page Coder Social logo

Minor AVX512 issue about uasm HOT 5 CLOSED

terraspace avatar terraspace commented on June 15, 2024
Minor AVX512 issue

from uasm.

Comments (5)

john-terraspace avatar john-terraspace commented on June 15, 2024

Thanks for spotting these issues, we’ll investigate and sort them out!

From: gwoltman [mailto:[email protected]]
Sent: 18 September 2016 04:04 AM
To: Terraspace/HJWasm [email protected]
Subject: [Terraspace/HJWasm] Minor AVX512 issue (#32)

vmovdqa zmm1, ZMMWORD PTR abc

does not assemble, but

vmovdqa zmm1, YMMWORD PTR abc

does


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #32 , or mute the thread https://github.com/notifications/unsubscribe-auth/AQGQVC4Pld4WB5oBol4AUjpHGvkflc7uks5qrKoYgaJpZM4J_yFi .

from uasm.

john-terraspace avatar john-terraspace commented on June 15, 2024

Can you send me the data declaration for abc ?

I’ve tried a few different combinations of this and it appears to work for me.

From: gwoltman [mailto:[email protected]]
Sent: 18 September 2016 04:04 AM
To: Terraspace/HJWasm [email protected]
Subject: [Terraspace/HJWasm] Minor AVX512 issue (#32)

vmovdqa zmm1, ZMMWORD PTR abc

does not assemble, but

vmovdqa zmm1, YMMWORD PTR abc

does


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #32 , or mute the thread https://github.com/notifications/unsubscribe-auth/AQGQVC4Pld4WB5oBol4AUjpHGvkflc7uks5qrKoYgaJpZM4J_yFi .

from uasm.

gwoltman avatar gwoltman commented on June 15, 2024

Hi,

Thanks for looking into these issues.

"abc" was really ZMM_BITS30 declared as follows:

ZMM_BITS30 DD
3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0

Best regards,
George Woltman

On Sun, Sep 18, 2016 at 5:59 AM, John Hankinson [email protected]
wrote:

Can you send me the data declaration for abc ?

I’ve tried a few different combinations of this and it appears to work for
me.

From: gwoltman [mailto:[email protected]]
Sent: 18 September 2016 04:04 AM
To: Terraspace/HJWasm [email protected]
Subject: [Terraspace/HJWasm] Minor AVX512 issue (#32)

vmovdqa zmm1, ZMMWORD PTR abc

does not assemble, but

vmovdqa zmm1, YMMWORD PTR abc

does


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <https://github.com/
/issues/32> , or mute the thread <https://github.com/
notifications/unsubscribe-auth/AQGQVC4Pld4WB5oBol4AUjpHGvkflc
7uks5qrKoYgaJpZM4J_yFi> .


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#32 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AVPFMwU7daXWavrNY-b5J6Fl6oEp3jOVks5qrQuEgaJpZM4J_yFi
.

from uasm.

john-terraspace avatar john-terraspace commented on June 15, 2024

Hi,

We have implemented some changes for this which will be ready either later today or tomorrow.

There are some notes however:

Technically, there is no instruction vmovdqa zmm(n), …

Rather only vmovdqa32 or vmovdqa64.

As such we’ve added automatic conversion of the instruction, so vmovdqa zmm(n),MEM with automatically convert to vmovdqa32/64.

The ensure proper types however we are forcing the requirement for ZMMWORD type reference.. that means that:

   vmovdqa zmm1, ZMMWORD PTR ZMM_BITS30  ;this will work

   ;vmovdqa zmm1, YMMWORD PTR ZMM_BITS30 ;this will fail (Cannot move YMMWORD type to ZMM(n)

   vmovdqa ymm1, YMMWORD PTR YMM_BITS30  ;this will work

   ;vmovdqa zmm1, ZMM_BITS30             ;this will fail  (no ZMMWORD type, source data is DD type)

   ;vmovdqa ymm1, YMM_BITS30             ;this will work

Regards,

John

From: gwoltman [mailto:[email protected]]
Sent: 18 September 2016 03:52 PM
To: Terraspace/HJWasm [email protected]
Cc: John Hankinson [email protected]; Comment [email protected]
Subject: Re: [Terraspace/HJWasm] Minor AVX512 issue (#32)

Hi,

Thanks for looking into these issues.

"abc" was really ZMM_BITS30 declared as follows:

ZMM_BITS30 DD
3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0

Best regards,
George Woltman

On Sun, Sep 18, 2016 at 5:59 AM, John Hankinson [email protected]
wrote:

Can you send me the data declaration for abc ?

I’ve tried a few different combinations of this and it appears to work for
me.

From: gwoltman [mailto:[email protected]]
Sent: 18 September 2016 04:04 AM
To: Terraspace/HJWasm [email protected]
Subject: [Terraspace/HJWasm] Minor AVX512 issue (#32)

vmovdqa zmm1, ZMMWORD PTR abc

does not assemble, but

vmovdqa zmm1, YMMWORD PTR abc

does


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <https://github.com/
/issues/32> , or mute the thread <https://github.com/
notifications/unsubscribe-auth/AQGQVC4Pld4WB5oBol4AUjpHGvkflc
7uks5qrKoYgaJpZM4J_yFi> .


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#32 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AVPFMwU7daXWavrNY-b5J6Fl6oEp3jOVks5qrQuEgaJpZM4J_yFi
.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #32 (comment) , or mute the thread https://github.com/notifications/unsubscribe-auth/AQGQVHAIXkYy0aSdIoWnqDYw5GDa1UQTks5qrU_7gaJpZM4J_yFi .

from uasm.

john-terraspace avatar john-terraspace commented on June 15, 2024

Please download the latest package from the site and re-test. This latest build of 2.15 r2 should solve the AVX2, ZMM encoding issues you have had (plus a few more we found!).

Regards,

John

From: gwoltman [mailto:[email protected]]
Sent: 18 September 2016 03:52 PM
To: Terraspace/HJWasm [email protected]
Cc: John Hankinson [email protected]; Comment [email protected]
Subject: Re: [Terraspace/HJWasm] Minor AVX512 issue (#32)

Hi,

Thanks for looking into these issues.

"abc" was really ZMM_BITS30 declared as follows:

ZMM_BITS30 DD
3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0,3FFFFFFFh,0

Best regards,
George Woltman

On Sun, Sep 18, 2016 at 5:59 AM, John Hankinson [email protected]
wrote:

Can you send me the data declaration for abc ?

I’ve tried a few different combinations of this and it appears to work for
me.

From: gwoltman [mailto:[email protected]]
Sent: 18 September 2016 04:04 AM
To: Terraspace/HJWasm [email protected]
Subject: [Terraspace/HJWasm] Minor AVX512 issue (#32)

vmovdqa zmm1, ZMMWORD PTR abc

does not assemble, but

vmovdqa zmm1, YMMWORD PTR abc

does


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <https://github.com/
/issues/32> , or mute the thread <https://github.com/
notifications/unsubscribe-auth/AQGQVC4Pld4WB5oBol4AUjpHGvkflc
7uks5qrKoYgaJpZM4J_yFi> .


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#32 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AVPFMwU7daXWavrNY-b5J6Fl6oEp3jOVks5qrQuEgaJpZM4J_yFi
.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #32 (comment) , or mute the thread https://github.com/notifications/unsubscribe-auth/AQGQVHAIXkYy0aSdIoWnqDYw5GDa1UQTks5qrU_7gaJpZM4J_yFi .

from uasm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.