Change-Id: Iae6bf08e834a426f6f97cbc51d2a1a38199015bd


[ROCm/ROCR-Runtime commit: 12e299e8d4]
Этот коммит содержится в:
David Yat Sin
2024-09-10 15:08:35 +00:00
родитель 8fc24427e8
Коммит c4874743ce
+2 -2
Просмотреть файл
@@ -460,8 +460,8 @@ class GpuAgent : public GpuAgentInt {
protected:
// Sizes are in packets.
static const uint32_t minAqlSize_ = 0x40; // 4KB min
static const uint32_t maxAqlSize_ = 0x20000; // 8MB max
const uint32_t minAqlSize_ = 0x40; // 4KB min
const uint32_t maxAqlSize_ = 0x20000; // 8MB max
// @brief Create an internal queue allowing tools to be notified.
core::Queue* CreateInterceptibleQueue(const uint32_t size = 0) {