pytorch / kineto

A CPU+GPU Profiling library that provides access to timeline traces and hardware performance counters.
Other
725 stars 169 forks source link

What's the maximum PyTorch version that the Profiler TensorBoard Plugin Support? #1009

Open jgongd opened 2 days ago

jgongd commented 2 days ago

I noticed some functions are not working on PyTorch 2.x, and I came across the deprecation note in the tutorial. Does anyone know the maximum PyTorch version that supports the tb plugin? I couldn't find the answer from the release note.

sraikund16 commented 1 day ago

It was marked deprecated on August 23, 2023. The latest release before then is PyTorch 2.0.1. It could be working after this version but after this point there is no significant efforts to upkeep internally