Temporary: Set AllocateGTTAccess and node_id for MES

Temporary change to set the AllocateGTTAccess flag and node_id
on MES devices.

Change-Id: I22385d11b17b76cfb44278fa0d8a09bc8721cea6
이 커밋은 다음에 포함됨:
David Yat Sin
2024-03-07 23:54:17 +00:00
부모 9e8f185397
커밋 efe455c2fa
10개의 변경된 파일69개의 추가작업 그리고 28개의 파일을 삭제
+1 -1
파일 보기
@@ -44,7 +44,7 @@
namespace rocr {
namespace core {
std::function<void*(size_t, size_t, uint32_t)> BaseShared::allocate_ = nullptr;
std::function<void*(size_t, size_t, uint32_t, int)> BaseShared::allocate_ = nullptr;
std::function<void(void*)> BaseShared::free_ = nullptr;
} // namespace core
} // namespace rocr