bsc-quantic / Tenet.jl

Composable Tensor Network library in Julia
https://bsc-quantic.github.io/Tenet.jl/
Apache License 2.0
17 stars 1 forks source link

Add CUDA example of tensor network contraction #154

Closed Todorbsc closed 2 weeks ago

mofeing commented 2 weeks ago

@Todorbsc only one thing, the

@benchmark CUDA.@sync contract(tn; path)

doesn't need the CUDA.@sync.

Everything else is fine.

Todorbsc commented 2 weeks ago

Done! If everything's fine now, feel free to merge it.

mofeing commented 2 weeks ago

@Todorbsc you need to add the packages to the Project.toml inside examples/

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 51.07%. Comparing base (5ee9b93) to head (4be25b7). Report is 25 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #154 +/- ## =========================================== - Coverage 68.76% 51.07% -17.69% =========================================== Files 19 19 Lines 1050 1065 +15 =========================================== - Hits 722 544 -178 - Misses 328 521 +193 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.