Skip to content

Conversation

@snonk
Copy link
Collaborator

@snonk snonk commented Nov 22, 2025

fixes #1613

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: 203e88f Previous: f11d5ad Ratio
scatter_sum / JaX / cpu / Primal 0.000004387950000091223 s 0.000004226516900234856 s 1.04
scatter_sum / JaXPipe / cpu / Primal 0.000004356437000024016 s 0.0000041471548989648 s 1.05
scatter_sum / JaX / tpu / Primal 0.0001403536100002 s 0.0001521801919996 s 0.92
scatter_sum / JaXPipe / tpu / Primal 0.000135609081 s 0.0001423218900003 s 0.95

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

@avik-pal avik-pal marked this pull request as ready for review November 25, 2025 01:00
@avik-pal avik-pal requested a review from wsmoses November 25, 2025 04:12
@avik-pal avik-pal merged commit 859c17f into main Nov 25, 2025
24 of 25 checks passed
@avik-pal avik-pal deleted the gemm-refactor branch November 25, 2025 14:32
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.

(a * op(Z)) x (b * op(Z)) to (a * b) * (op(Z) x op(Z)) where op is identity or transpose

4 participants