Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add device IDs to gfx942 logic files #1327

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

bstefanuk
Copy link
Contributor

@bstefanuk bstefanuk commented Nov 8, 2024

This PR migrates device IDs for all gfx942 logic files (and related architectures). This work precedes the finalization of updates in #1222 that allows a user to build for a gfx942 variant using either the Device ID or CU count.

Updates are as follows:

  • gfx940: Device 7480
  • gfx941: Device 74a1
  • gfx942: All Devices
  • gfx942_20cu: Device 74a2
  • gfx942_80cu: Device 74a2

Since the commits diffs in this PR are large, the following commands can be used to verify the changes:

$ pwd
<dev>/hipBLASLt/wk/device-id-support/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full
$ grep -r "\- \[Device 7480\]" ./aquavanjaram/gfx940 | wc -l
262
$ grep -r "\- \[Device 74a1\]" ./aquavanjaram/gfx941 | wc -l
268
$ grep -r "\- \[All Devices\]" ./aquavanjaram/gfx942 | wc -l
478
$ grep -r "\- \[Device 74a2\]" ./aquavanjaram/gfx942_20cu | wc -l
27
$ grep -r "\- \[Device 74a2\]" ./aquavanjaram/gfx942_20cu | wc -l
32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gfx94x Run CI on gfx94x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant