diff --git a/rocclr/device/device.hpp b/rocclr/device/device.hpp index 79493ac852..7413032b61 100644 --- a/rocclr/device/device.hpp +++ b/rocclr/device/device.hpp @@ -408,6 +408,9 @@ struct Info : public amd::EmbeddedObject { //! Device name string char name_[0x40]; + //! Target ID string + char targetId_[0x40]; + //! Vendor name string char vendor_[0x20]; @@ -560,9 +563,6 @@ struct Info : public amd::EmbeddedObject { //! large bar support. bool largeBar_; - //! Target ID string - char targetId_[0x40]; - uint32_t hmmSupported_; //!< ROCr supports HMM interfaces uint32_t hmmCpuMemoryAccessible_; //!< CPU memory is accessible by GPU without pinning/register uint32_t hmmDirectHostAccess_; //!< HMM memory is accessible from the host without migration