You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eppane opened this issue
Nov 13, 2024
· 0 comments
Labels
backendUpdates related to backendchoreRefactorings, code cleanups etc.on holdIf there is a blocker for solving an issue but there will be a solution for the blocker
We aim to use torch.cuda interface in ts.metrics.system_metrics.collect_gpu_metrics() for amdsmi-related calls but a bug in torch.cuda is preventing us from that.
There exists a fix for this in upstream, which has been merged but is waiting to be released:
The text was updated successfully, but these errors were encountered:
eppane
added
backend
Updates related to backend
chore
Refactorings, code cleanups etc.
on hold
If there is a blocker for solving an issue but there will be a solution for the blocker
labels
Nov 13, 2024
backendUpdates related to backendchoreRefactorings, code cleanups etc.on holdIf there is a blocker for solving an issue but there will be a solution for the blocker
We aim to use
torch.cuda
interface ints.metrics.system_metrics.collect_gpu_metrics()
for amdsmi-related calls but a bug intorch.cuda
is preventing us from that.There exists a fix for this in upstream, which has been merged but is waiting to be released:
pytorch/pytorch#140259
UPDATE: we may have to wait until 29.1.2025 when the release of 2.6.0 is scheduled, see PyTorch Release 2.6.0 | Call for features.
The text was updated successfully, but these errors were encountered: