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
This commit is contained in:
Graham Sider
2022-10-05 16:04:11 -04:00
parent a63d53ad8b
commit 6467664ec7
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;