Is it possible to use tensorboard profiler on windows?
I was following the guide (Optimize TensorFlow performance using the Profiler | TensorFlow Core) and the tutorial (TensorFlow Profiler: desempenho do modelo de perfil | TensorBoard) but can’t seem to get profiler to load CUPTI. I have already installed CUDA 11.2, CUDNN 11.2, and CUDA 11.2 ships with CUPTI. I’ve added the CUPTI directory to my windows path, but still get the error “Failed to load libcupti (is it installed and accessible?)” in the profiler (which itself oddly does not appear as a tab until the refresh button is pressed).
Hi @randall0001 ,
To use TensorBoard Profiler on Windows, ensure CUPTI is installed and accessible, check your PATH variable, update drivers, try different CUDA versions(eg, 11.3), verify TensorFlow version compatibility, and restart TensorBoard. If issues still persist, Try with the latest versions for updated functionality and features .
Hope this helps,
Thank You .