Open rdspring1 opened 3 weeks ago
This PR creates a training script using the dataset generated by the script in https://github.com/NVIDIA/Fuser/pull/3255.
Decision tree is trained on a set of add and exp pointwise fusions. Empirical test is gelu(a + b).
add
exp
gelu(a + b)
Inputs for decision tree is:
This PR creates a training script using the dataset generated by the script in https://github.com/NVIDIA/Fuser/pull/3255.
Overview
Decision tree is trained on a set of
add
andexp
pointwise fusions. Empirical test isgelu(a + b)
.Inputs for decision tree is:
Result