rocr: Forward declare Driver in the Agent class

Change-Id: Ib27081bf31446af92602f723f352fb75ec3f378e


[ROCm/ROCR-Runtime commit: 8bbc44d51b]
Tento commit je obsažen v:
Tony Gutierrez
2024-11-08 14:51:50 -08:00
odevzdal David Yat Sin
rodič c5822cee5a
revize d6504e1f2d
+1 -1
Zobrazit soubor
@@ -49,7 +49,6 @@
#include <vector>
#include "core/inc/checked.h"
#include "core/inc/driver.h"
#include "core/inc/isa.h"
#include "core/inc/memory_region.h"
#include "core/inc/queue.h"
@@ -64,6 +63,7 @@ class MemoryRegion;
}
namespace core {
class Driver;
class Signal;
typedef void (*HsaEventCallback)(hsa_status_t status, hsa_queue_t* source,