We're ok with env field being blank, so this doesn't accomplish what we need
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Thu, Jan 12
Wed, Jan 11
Dec 7 2022
@thakis thanks for reverting that, sorry I didn't see your request sooner!
Dec 5 2022
Nov 29 2022
Nov 2 2022
Nov 1 2022
Aug 12 2022
Jul 27 2022
Jul 26 2022
Updating driver cmake to correctly build shared library
Jul 25 2022
Removing trailing whitespace
Jul 22 2022
Fixing header typo
Switching pointers to references, adding namespace comment
Jul 19 2022
Bug fix
Moving classes into clang namespace, more specific name for config class
Jul 15 2022
Abandoned in favor of combined patch: https://reviews.llvm.org/D129873
Abandoned in favor of combined patch: https://reviews.llvm.org/D129873
Abandoned in favor of combined patch: https://reviews.llvm.org/D129873
Abandoned in favor of combined patch: https://reviews.llvm.org/D129873
Jul 7 2022
@yaxunl Are you recommending I combine all 4 patches down into 1 patch? Or combine a subset of patches?
Adding clang-format
Jun 7 2022
Apr 21 2022
Adding clang-format
Adding clang-format
Mar 23 2022
Mar 22 2022
Switching test
Adding test
Mar 21 2022
Updating commit message
Mar 7 2022
Feb 22 2022
Addressing clang-format comments
Feb 16 2022
Address clang-format comment
Updating commit message
Switching to use new getTotalNumVGPRs from AMDGPUBaseInfo
Updating commit message
Fix small formatting error
Removing llvm namespace from function call and addressing clang-format issues
Feb 15 2022
Feb 8 2022
Adding revision info to commit message
Clarifying description
Feb 1 2022
Fixing MCSymbol const declaration formatting
Updating commit message
Reverting code changes but keeping updated formatting to fix build error (see previous comment)
Reformatting (clang-format suggestion)
Jan 31 2022
Removing accidental print statement and fixing formatting
Removing extra newline
Updating description to match hardware description, adding appropriate checks
Jan 28 2022
Jan 25 2022
Adding checks for wavefront size and multiple of 8
Jan 20 2022
@rampitec @arsenm If I'm understanding correctly, moving const to the left of "MCSymbol *"' declares the object as const instead of the pointer. In this case, we get a compilation error on the following line:
Fixing whitespace
Moved instead of removed const qualifiers
Jan 7 2022
Add check for shared_vgpr_count exceeding next_free_vgpr
Dec 22 2021
Removing const from MCSymbol variable and creating fall through case for getTotalNumVgprs()
Dec 21 2021
Sep 21 2021
Sep 20 2021
Addressing comments from kerbowa and lint tool.