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
For high performance low latency use cases, any CPU GPU synchronization kills the performance. The metrics should have an unsafe option assuming all inputs are valid and avoid any synchronization such as here:
🚀 The feature
For high performance low latency use cases, any CPU GPU synchronization kills the performance. The metrics should have an unsafe option assuming all inputs are valid and avoid any synchronization such as here:
torcheval/torcheval/metrics/functional/classification/f1_score.py
Lines 206 to 209 in ea813d3
Motivation, pitch
I am developing a high performance GNN library where each iteration can take less than 10ms. Any synchronization kills the performance of my use case.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: