Skip to content
Snippets Groups Projects
Commit badf7e6a authored by Russel Arbore's avatar Russel Arbore
Browse files

Tile srad gpu

parent a3483234
No related branches found
No related tags found
1 merge request!210A whole bunch of optimization
Pipeline #201978 passed
......@@ -54,4 +54,10 @@ ip-sroa(*);
sroa(*);
simpl!(*);
fork-dim-merge(main_loops);
fork-tile[32, 0, false, true](main_loops);
dce(main_loops);
fork-split(main_loops);
simpl!(main_loops);
gcm(*);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment