Originally posted by Volta
View Post
Announcement
Collapse
No announcement yet.
AMD Developers Looking At GNU C Library Platform Optimizations For Zen
Collapse
X
-
- Likes 1
-
Guest repliedIt's good that AMD is actually doing the work now. Hopefully this increases, and comes to match Intel's level of software contributions.
Leave a comment:
-
Originally posted by dispat0r View PostI did some testing memcpy is slower with avx2 than with sse on threadripper:
https://forum.level1techs.com/t/defa...r-3-bad/154393
I need to do some more testing could be that only this particular code is affected.Last edited by carewolf; 26 March 2020, 05:43 PM.
- Likes 1
Leave a comment:
-
Originally posted by dispat0r View Post
Most of the avx code for Intel is faster than the sse alternative on AMD memmove seems to be the exception.
So we need an AMD specific version?
Leave a comment:
-
Originally posted by mlau View Post
The function mentioned in the first comment (__memmove_avx_unaligned_erms) is an intel-specific optimization, no wonder naive sse is faster on amd.
So we need an AMD specific version?
Leave a comment:
-
speaking of AMD, it seems that some of their source code has been leaked by a hacker and is threatening to release more: https://torrentfreak.com/amd-uses-dm...e-leak-200325/
Leave a comment:
-
Originally posted by dispat0r View PostI did some testing memcpy is slower with avx2 than with sse on threadripper:
https://forum.level1techs.com/t/defa...r-3-bad/154393
I need to do some more testing could be that only this particular code is affected.
- Likes 2
Leave a comment:
-
AMD seems to have been on good terms with SuSE in the past, why not write them a cheque and leave this to the experts?
- Likes 1
Leave a comment:
-
I did some testing memcpy is slower with avx2 than with sse on threadripper:
https://forum.level1techs.com/t/defa...r-3-bad/154393
I need to do some more testing could be that only this particular code is affected.Last edited by dispat0r; 26 March 2020, 03:53 AM.
Leave a comment:
-
Originally posted by TemplarGR View PostNvidia pays to make the games perform worse on AMD by providing stuff like "gameworks" which choke the pipeline by abusing the tesselator for example.
- Likes 4
Leave a comment:
Leave a comment: