Skip to content

Conversation

@snonk
Copy link
Collaborator

@snonk snonk commented Nov 16, 2025

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EnzymeJAX Benchmarks

Benchmark suite Current: 9134284 Previous: bb0db13 Ratio
scatter_sum / JaX / cpu / Primal 0.000004328314994927496 s 0.000004344125092029571 s 1.00
scatter_sum / JaXPipe / cpu / Primal 0.000004449433996342123 s 0.0000043180249980650846 s 1.03
scatter_sum / JaX / tpu / Primal 0.0001508483506971 s 0.0001443311725975 s 1.05
scatter_sum / JaXPipe / tpu / Primal 0.0001494641546974 s 0.0001523386654909 s 0.98

This comment was automatically generated by workflow using github-action-benchmark.

return State::GUARANTEED;
}

if (auto lhsT = dyn_cast_or_null<stablehlo::TransposeOp>(lhs.getDefiningOp())) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (auto lhsT = dyn_cast_or_null<stablehlo::TransposeOp>(lhs.getDefiningOp())) {
if (auto lhsT = lhs.getDefiningOp<stablehlo::TransposeOp>()) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants