Align list and cache_info to Host
Signed-off-by: Maisam Arif <maisarif@amd.com>
Change-Id: I4fa55b360b74d5a202d0b9b4eb7aee660b0a1bcf
[ROCm/amdsmi commit: 77710921a4]
This commit is contained in:
committed by
Chiranjeevi Pattigidi
parent
57419ff3cc
commit
4728d05c5f
@@ -323,7 +323,7 @@ int main() {
|
||||
printf("\tCache Level: %d, Cache Size: %d KB, Cache type: 0x%x\n",
|
||||
cache_info.cache[i].cache_level,
|
||||
cache_info.cache[i].cache_size,
|
||||
cache_info.cache[i].properties);
|
||||
cache_info.cache[i].cache_properties);
|
||||
printf("\tMax number CU shared: %d, Number of instances: %d\n",
|
||||
cache_info.cache[i].max_num_cu_shared,
|
||||
cache_info.cache[i].num_cache_instance);
|
||||
|
||||
Reference in New Issue
Block a user