Skip to content

Commit 5f9e6e9

Browse files
authored
[Comgr][NFC] Add TODO for addressable to available VGPR metadata
We should change this at a later point if we are introducing other breaking changes to the metadata field names
1 parent c9ab120 commit 5f9e6e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amd/comgr/src/comgr-metadata.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ struct IsaInfo {
352352
unsigned AddressableNumSGPRs;
353353
unsigned VGPRAllocGranule;
354354
unsigned TotalNumVGPRs;
355+
// TODO: Update this to AvailableNumVGPRs to be more accurate
355356
unsigned AddressableNumVGPRs;
356357
} IsaInfos[] = {
357358
#define HANDLE_ISA(TARGET_TRIPLE, PROCESSOR, SRAMECC_SUPPORTED, \

0 commit comments

Comments
 (0)