Closed stotko closed 2 years ago
Base: 97.14% // Head: 97.14% // No change to project coverage :thumbsup:
Coverage data is based on head (
ec21711
) compared to base (ce7281d
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The simplification of the implementation of
to_address
in #332 resulted in a missing-return warning with NVCC for older CUDA versions. This compiler bug has been fixed in newer version, potentially in CUDA 11.5+. Revert to the old pre-C++17 implementation but keep the new code commented for future usage when the requirements will be increased. Furthermore, clean up some namespace qualifications to improve the readability.