Adds thunder as an additional executor to the baseline benchmarks and the corresponding thunder.jit function.
The following benchmarks do not have thunder benchmark:
instancenorm: Unsupported operator in Thunder
test_gelu_backward_reduction.py: .backward call is not supported within Thunder definitions. @IvanYashchuk has suggested using explicit backward computation for this case.
Adds
thunder
as an additional executor to the baseline benchmarks and the correspondingthunder.jit
function. The following benchmarks do not havethunder
benchmark:instancenorm
: Unsupported operator in Thundertest_gelu_backward_reduction.py
:.backward
call is not supported within Thunder definitions. @IvanYashchuk has suggested using explicit backward computation for this case.Issue #2718