Open steven-murray opened 1 year ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
d45e9bc
) 100.00% compared to head (af6f273
) 65.07%. Report is 28 commits behind head on main.:exclamation: Current head af6f273 differs from pull request most recent head 48d83f7. Consider uploading reports for the commit 48d83f7 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
If you're going through all the efforts of writing a cublas implementation, might investigated compiled extensions like cython or a rust extension. Both have interop with numpy which is pretty straightforward
This adds a notebook that explores different ways to do the
V = Z.dot(Z.T.conj())
calculation.Ideas that I haven't yet explored: