Transposition warning when transposition is disabled
HPC-Ken opened this issue · 0 comments
HPC-Ken commented
With transposition set to OFF, I receive this warning for the values below:
CMake Warning at CMakeLists.txt:58 (message):
In-memory transposition for A cannot keep up with the instantiated number
of compute units. The number of inner tiles (currently 512) must be
greater than or equal to the outer tile size in N (currently 1024).
Relevant values:
M=N=K=TILE_SIZE_M=TILE_SIZE_N=1024
PARALLELISM_M=8
PARALLELISM_N=256