QuantumBFS / Yao.jl

Extensible, Efficient Quantum Algorithm Design for Humans.
https://yaoquantum.org
Other
910 stars 118 forks source link

Fix CUDA extension - Project.toml #506

Closed GiggleLiu closed 2 months ago

GiggleLiu commented 2 months ago

fix #505

In this PR,

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 87.95%. Comparing base (0e44d0d) to head (664ef66). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #506 +/- ## ========================================== + Coverage 87.35% 87.95% +0.59% ========================================== Files 37 88 +51 Lines 2294 5396 +3102 ========================================== + Hits 2004 4746 +2742 - Misses 290 650 +360 ```

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

Roger-luo commented 2 months ago

Thanks