Register pressure: Fortran #9
Replies: 2 comments 4 replies
-
Hi @a-v-medvedev , In the latter case, try setting |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer, But originally I was wondering if I can get this information for Fortran code at compile time, just the similar way as it is done with --Alexey |
Beta Was this translation helpful? Give feedback.
-
In the "Register pressure" article you show nice compiler flags that help us to get the register and occupancy information on the compiling stage. The options are:
"-Rpass-analyze=kernel-resource-usage"
"--save-temps"
That is great for C++ code, but I can't find any equivalent for AMD fortran compiler. Is there any way to get this information with amdflang?
--Alexey
Beta Was this translation helpful? Give feedback.
All reactions