Adding and populating available registers per cu value
Change-Id: Ide012038a9d74b20166ce1e69a9f2c0cbdce0d73
[ROCm/clr commit: d0f009a0ee]
This commit is contained in:
@@ -473,6 +473,10 @@ struct Info : public amd::EmbeddedObject {
|
||||
uint32_t wavefrontWidth_;
|
||||
//! Available number of SGPRs
|
||||
uint32_t availableSGPRs_;
|
||||
//! Available number of VGPRs
|
||||
uint32_t availableVGPRs_;
|
||||
//! Available number of registers per CU
|
||||
uint32_t availableRegistersPerCU_;
|
||||
//! Number of global memory channels
|
||||
uint32_t globalMemChannels_;
|
||||
//! Number of banks in each global memory channel
|
||||
|
||||
Reference in New Issue
Block a user