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
Change the tiling script to generate not just tile payloads in files and a file for where sizes are located but also the tile meta data i..e the seg and cord arrays for all operands for each memory level (right now I lift this data back up from the size files again but it is hardcoded for matrixes only).
Also generate tiled data formats for other kernels other than matmul i.e. mat vec mul, tensor multipliation, sddmm etc. The output of tiling preprocessing code should be in: tiles/"app_name"/ directory in main folder.
Change the sizes format dict generated in tiles/app_name/hw_level_i_sizes to be addressed by references and not by coordinates (in the pickle files). Also have the tensor sizes for each operand. Lower memory level diurectories will take even more arguments (refertencesinto which glb tile, which mem lvl tile etc.
Change names of memory levels in the yaml files for memory modelling to follow.
Generate seperate graphs for different memory levels if so specified by the user (can be done later not necessary)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: