compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
37 stars 20 forks source link

[cuda] Load the cuda runtime. #147

Closed vgvassilev closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #147 (bebc35c) into main (ccf10ef) will decrease coverage by 0.28%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #147      +/-   ##
==========================================
- Coverage   64.76%   64.49%   -0.28%     
==========================================
  Files          17       16       -1     
  Lines        4263     4247      -16     
==========================================
- Hits         2761     2739      -22     
- Misses       1502     1508       +6     
Files Changed Coverage Δ
include/clang/Interpreter/Compatibility.h 78.26% <33.33%> (-11.14%) :arrow_down:

... and 2 files with indirect coverage changes

Files Changed Coverage Δ
include/clang/Interpreter/Compatibility.h 78.26% <33.33%> (-11.14%) :arrow_down:

... and 2 files with indirect coverage changes

github-actions[bot] commented 10 months ago

clang-tidy review says "All clean, LGTM! :+1:"

vgvassilev commented 10 months ago

The llvm17 bot fail because of changes to llvm17 upstream. Let's merge this PR while investigating the cause.