A Fusion Code Generator for NVIDIA GPUs (commonly known as "nvFuser")
271
stars
53
forks
source link
Remove `getStageDepthFor`, `getPrefetchDistanceFor`, `circularBufferDepth`, `circularBufferPrefetchDistance` #3441
Closed
zasdfgbnm closed 2 days ago
Remove
CircularBufferInfo::getStageDepthFor
,CircularBufferInfo::getPrefetchDistanceFor
,TensorView::circularBufferDepth
, andTensorView::circularBufferPrefetchDistance
.It is trivial enough to get the these fields from options, so they do not deserve a separate function.