NVIDIA / Fuser

A Fusion Code Generator for NVIDIA GPUs (commonly known as "nvFuser")
Other
271 stars 53 forks source link

Remove `getStageDepthFor`, `getPrefetchDistanceFor`, `circularBufferDepth`, `circularBufferPrefetchDistance` #3441

Closed zasdfgbnm closed 2 days ago

zasdfgbnm commented 3 days ago

Remove CircularBufferInfo::getStageDepthFor, CircularBufferInfo::getPrefetchDistanceFor, TensorView::circularBufferDepth, and TensorView::circularBufferPrefetchDistance.

It is trivial enough to get the these fields from options, so they do not deserve a separate function.

zasdfgbnm commented 3 days ago

!test