User Details
- User Since
- Mar 22 2017, 6:01 PM (275 w, 6 d)
Mar 14 2022
LGTM
LGTM
Mar 9 2022
Feb 8 2022
Feb 7 2022
Feb 5 2022
LGTM
Jan 18 2022
Dec 28 2021
Dec 27 2021
- Improve doument overview in first section.
- Improve opening descrition of appendix A.
Improve the summary of the extensions.
Dec 26 2021
- Add section numbers.
- Add section numbers.
- Other minor corrections.
Additional corrections.
Additional corrections.
Dec 25 2021
Further corrections.
Dec 24 2021
- Remove mention of DW_OP_offset.
- Other minor corrections.
Dec 20 2021
Dec 13 2021
Update review feedback from @scott.linder .
Dec 11 2021
Dec 7 2021
My understanding was that it was not guaranteed that an MI instruction has a MMO. That passes could drop the MMO. Are you saying that is not the case? As Matt says, if that is the case the verifier needs to enforce that.
Nov 25 2021
LGTM
Nov 23 2021
Nov 22 2021
Nov 20 2021
@tpr does this change break anything in LLPC?
Nov 17 2021
LGTM
Aug 30 2021
If LocalMemorySize is unsigned, how can it ever be less than 0? Shouldn't the code be corrected instead of adding pragmas?
Aug 19 2021
Aug 18 2021
Aug 10 2021
Aug 7 2021
@rampitec I believe the other changes do not change the behavior from the perspective of the C++ 20 standard.
Jul 30 2021
LGTM
Jul 27 2021
Remove unnecessary ()s.
Jul 26 2021
Replaced comment with a trailing "Slash indicates contents of" comment as suggested by @scott.linder.
Jul 24 2021
Remove mention of easy_install as deprecated. MacOS still appears to only come with easy_install.
Jul 23 2021
Factor out documentation and CMake file changes unrelated to adding DOCX support to D106736.
Split change for clang makefile to elimnate Sphinx warnings of missing .rst fies when building man pages into D106734.
Jul 19 2021
Jul 18 2021
Jul 14 2021
Jul 13 2021
It is also not necessary to request the scratch SRD to be set up in the User SGPRs. There is a significant performance cost for small kernels to requesting this unneeded set of 4 SGPRs to be initialized by the hardware.
Jul 6 2021
Jul 2 2021
Jun 30 2021
Jun 29 2021
Jun 24 2021
LGTM Thanks for documenting the differences.
Jun 23 2021
Jun 7 2021
May 21 2021
May 20 2021
Add feedback from @dp .