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
I'm trying to profile the ct2 model on both CPU and CUDA, but I'm unable to see any data output when using the '-DENABLE_PROFILING=ONflag inCMakeLists.txt`.
Specifically, I'm trying to profile the transformers module on both CUDA and CPU. I have attempted to wrap the init_profiling and dump_profiling functions around the model, but I still don't see any profiling outputs on the cout stream.
Could anyone provide guidance on this issue or point me to the relevant documentation or examples? Any help would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi All,
I'm trying to profile the ct2 model on both CPU and CUDA, but I'm unable to see any data output when using the '-DENABLE_PROFILING=ON
flag in
CMakeLists.txt`.Specifically, I'm trying to profile the transformers module on both CUDA and CPU. I have attempted to wrap the
init_profiling
anddump_profiling
functions around the model, but I still don't see any profiling outputs on the cout stream.Could anyone provide guidance on this issue or point me to the relevant documentation or examples? Any help would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered: