SWDEV-486602 - Optimize HSA callback performance

- Don't generate callbacks for HIP events
- Don't process profiling info in the callback for HIP events
- Wait for CPU status update of the submitted commands
every 50 calls. That will allow to drain the commands and
destroy HSA signals.

Change-Id: Ib601a350e7e7c2b6c6209a172385389baccf73a9
Tento commit je obsažen v:
German Andryeyev
2024-09-20 19:19:51 -04:00
rodič 5da72f9d52
revize 364dfb0ed1
12 změnil soubory, kde provedl 58 přidání a 54 odebrání
+1
Zobrazit soubor
@@ -114,6 +114,7 @@ class Event : public RuntimeObject {
uint64_t correlation_id_;
bool enabled_; //!< Profiling enabled for the wave limiter
bool marker_ts_; //!< TS marker
bool batch_flush_ = true; //!< Command can flush the batch in direct dispatch mode
void clear() {
queued_ = 0ULL;