Add queue intercept support to the runtime.
Queue intercept is exposed as two tools-only APIs via the API intercept table. Change-Id: Iac9602ed3143974d85c3569e9092295ad18037f8
This commit is contained in:
@@ -43,11 +43,12 @@
|
||||
#ifndef HSA_RUNTME_CORE_INC_SHARED_H_
|
||||
#define HSA_RUNTME_CORE_INC_SHARED_H_
|
||||
|
||||
#include "core/util/utils.h"
|
||||
#include <assert.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
#include "core/util/utils.h"
|
||||
|
||||
namespace core {
|
||||
/// @brief Base class encapsulating the allocator and deallocator for
|
||||
|
||||
Reference in New Issue
Block a user