Fix compile error in certain version of GCC
Change-Id: I27f021db908bf114a685427a47cd9f0d6b2e5693
Этот коммит содержится в:
@@ -1404,7 +1404,10 @@ class Device : public RuntimeObject {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
virtual bool IpcDetach(amd::Memory& memory) const { ShouldNotReachHere(); }
|
||||
virtual bool IpcDetach(amd::Memory& memory) const {
|
||||
ShouldNotReachHere();
|
||||
return false;
|
||||
}
|
||||
|
||||
//! Return private global device context for P2P allocations
|
||||
amd::Context& GlbCtx() const { return *glb_ctx_; }
|
||||
|
||||
Ссылка в новой задаче
Block a user