In #2413 I found I had to disable the addition of profiling in acc_kernels_trans as it interacted with the inlining. We need to understand why it interacted with the inlining and whether we could just do away with it and use the --profile command-line option instead.
In #2413 I found I had to disable the addition of profiling in acc_kernels_trans as it interacted with the inlining. We need to understand why it interacted with the inlining and whether we could just do away with it and use the
--profile
command-line option instead.