Register pressure: Fortran #9
Replies: 2 comments 4 replies
|
Hi @a-v-medvedev , In the latter case, try setting |
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 |
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions