SWDEV-421027 - Add more Graph APIs

Signed-off-by: shadi <shadi.dashmiz@amd.com>
Change-Id: I0a1fc284e48317a49ca88d4ed4e3a10e752efd58
This commit is contained in:
shadi
2024-01-08 15:39:43 -05:00
committed by Maneesh Gupta
parent 31935b1d39
commit e705e5e0d9
6 changed files with 116 additions and 4 deletions
+1
View File
@@ -643,6 +643,7 @@ struct GraphExec : public amd::ReferenceCountedObject {
}
void ResetQueueIndex() { currentQueueIndex_ = 0; }
uint64_t GetFlags() const { return flags_; }
hipError_t Init();
hipError_t CreateStreams(uint32_t num_streams);
hipError_t Run(hipStream_t stream);