vgvassilev / clad

clad -- automatic differentiation for C/C++
GNU Lesser General Public License v3.0
291 stars 122 forks source link

Add CUDA 3D tensor contraction demo #1141

Closed kchristin22 closed 4 days ago

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.48%. Comparing base (997c8f9) to head (e234396). Report is 1 commits behind head on master.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/vgvassilev/clad/pull/1141/graphs/tree.svg?width=650&height=150&src=pr&token=9f6Q4em8hE&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev)](https://app.codecov.io/gh/vgvassilev/clad/pull/1141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vassil+Vassilev) ```diff @@ Coverage Diff @@ ## master #1141 +/- ## ======================================= Coverage 94.48% 94.48% ======================================= Files 50 50 Lines 8850 8850 ======================================= Hits 8362 8362 Misses 488 488 ```
vgvassilev commented 4 days ago

Did you make sure that the output result is as expected?

kchristin22 commented 4 days ago

Yes, I ran a python script using torch instead of Clad for the same set of inputs

vgvassilev commented 4 days ago

Yes, I ran a python script using torch instead of Clad for the same set of inputs

Awesome! Great work!