You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OLCF's documentation, it saysNumber of blocks that can be specified along each dimension in a grid: (2147483647, 65536, 65536). This is also what you get when you usehipGetDeviceProperties to get the maximum size of the grid. However in AMD's documentation, it says that Maximum x-, y- or z-dimension of a grid is 2^{32}-1. This is also what you get when you use rocminfo. I've asked AMD and I was told that AMD's documentation is correct and that the values returned by hipGetDeviceProperties are wrong.
The text was updated successfully, but these errors were encountered:
In OLCF's documentation, it says
Number of blocks that can be specified along each dimension in a grid: (2147483647, 65536, 65536)
. This is also what you get when you usehipGetDeviceProperties
to get the maximum size of the grid. However in AMD's documentation, it says thatMaximum x-, y- or z-dimension of a grid is 2^{32}-1
. This is also what you get when you userocminfo
. I've asked AMD and I was told that AMD's documentation is correct and that the values returned byhipGetDeviceProperties
are wrong.The text was updated successfully, but these errors were encountered: