Tensorboard Profiler on Windows

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: Profile model performance  |  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).