Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

einsum support and minor SDFG API updates #172

Merged
merged 33 commits into from
Mar 23, 2020
Merged

einsum support and minor SDFG API updates #172

merged 33 commits into from
Mar 23, 2020

Conversation

tbennun
Copy link
Collaborator

@tbennun tbennun commented Mar 15, 2020

  • General einsum
  • Detection of standard and batched matrix multiplication
  • Specialize einsum to library nodes
    • Update MatMult to include more information (A/B transpose etc.)
    • Finish CUBLAS version of MatMult
    • Add batched matrix multiplication support to expansion
      • CUBLAS
      • Pure
      • MKL / BLAS
    • Emit library node inside einsum generator
  • More flexibility in input/output nodes of add_mapped_tasklet
  • sdfg.add_state_{before, after} API

@codecov
Copy link

codecov bot commented Mar 16, 2020

Codecov Report

Merging #172 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #172   +/-   ##
=======================================
  Coverage   76.92%   76.92%           
=======================================
  Files         114      114           
  Lines       24720    24720           
=======================================
  Hits        19015    19015           
  Misses       5705     5705           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8bbd38...e8bbd38. Read the comment docs.

@tbennun tbennun marked this pull request as ready for review March 22, 2020 17:27
@tbennun tbennun changed the title WIP: einsum support and minor SDFG API updates einsum support and minor SDFG API updates Mar 22, 2020
@tbennun tbennun requested a review from alexnick83 March 23, 2020 08:46
@tbennun tbennun merged commit 16bc313 into master Mar 23, 2020
@tbennun tbennun deleted the einsum branch May 9, 2020 17:39
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