Tensorboard: Failed to load libcupti

I have been using TF for quite some time and decided to try the Tensorflow Profiler notebook, TensorFlow Profiler: Profile model performance | TensorBoard

However, I got an error messages while running it on my Windows 10 PC. It failed to load libcupti. I am wondering if I can get some help here so that I can continue the profiling effort. Thank you.

David

1 Like

I found an answer to my own question: python - Tensorflow CUDA - CUPTI error: CUPTI could not be loaded or symbol could not be found - Stack Overflow

I tried the 3rd post after the question and it works!

1 Like

thanks for the hint. Worked also for me by adding:
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\extras\CUPTI\lib64
to my system path as mentioned in your link

1 Like