Open rdspring1 opened 1 day ago
This PR creates an SOL autotuning script for the 2d inner reduction scheduler. It trains a random forest to predict the best performing configuration for the reduction scheduler.
y = sum(x, dim=-1)
z = sum(x1 + x2 + x3 + x4, dim=-1)
y = sum(tanh(x), dim=-1)
z = sum(exp(x), dim=-1)
!test
Summary:
This PR creates an SOL autotuning script for the 2d inner reduction scheduler. It trains a random forest to predict the best performing configuration for the reduction scheduler.
Inner Reduction Fusions:
y = sum(x, dim=-1)
z = sum(x1 + x2 + x3 + x4, dim=-1)
y = sum(tanh(x), dim=-1)
z = sum(exp(x), dim=-1)