kfdtest: Rename IterateIsa to PersistentIterateIsa

To avoid confusion since this shader has changed to be persistent
(original IterateIsa may be re-used for debugger tests).

Signed-off-by: Graham Sider <Graham.Sider@amd.com>
Change-Id: I4643692765fc7665933257e89d5b922e779ad2e5


[ROCm/ROCR-Runtime commit: 6467664ec7]
This commit is contained in:
Graham Sider
2022-10-05 16:04:11 -04:00
parent 94abba3ff1
commit cb42ad18bf
3 changed files with 5 additions and 5 deletions
@@ -48,7 +48,7 @@ extern const char *WriteAndSignalIsa;
extern const char *LoopIsa;
/* KFDCWSRTest */
extern const char *IterateIsa;
extern const char *PersistentIterateIsa;
/* KFDEvictTest */
extern const char *ReadMemoryIsa;