My MacBook Pro is running MacOS Big Sur 11.2.3.
I need to visualize profiling results from nvprof run on a separate target.
I followed all instructions listed at the following link, taking care to install the very specific version of JDK from Zulu builds:
When I run:
/Applications/nvvp/bin/nvvp -vm /Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/jre/bin/java
… I see a GUI dialog pop up asking to create a workspace for temporary files but none of the buttons (Browse, Ok, Cancel etc.) in it are clickable. nvvp seems frozen. I am able to kill the process by pressing Ctrl-C on the terminal where I ran the command but am not able to do anything else.
Is anyone else seeing this?
Is there a solution to this issue?