rocr: Fix compile error
Change-Id: Iae6bf08e834a426f6f97cbc51d2a1a38199015bd
[ROCm/ROCR-Runtime commit: 12e299e8d4]
Этот коммит содержится в:
@@ -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) {
|
||||
|
||||
Ссылка в новой задаче
Block a user