cp2k / dbcsr

DBCSR: Distributed Block Compressed Sparse Row matrix library
https://cp2k.github.io/dbcsr/
GNU General Public License v2.0
135 stars 46 forks source link

ocl: fixed OOB-access if invalid device was specified #580

Closed hfp closed 2 years ago

hfp commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #580 (eb168de) into develop (adf52d6) will decrease coverage by 0.0%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #580     +/-   ##
=========================================
- Coverage     65.7%   65.7%   -0.1%     
=========================================
  Files          103     103             
  Lines        28601   28603      +2     
=========================================
  Hits         18813   18813             
- Misses        9788    9790      +2     
Flag Coverage Δ
unittests 65.7% <ø> (-0.1%) :arrow_down:
with-blas 65.7% <ø> (-0.1%) :arrow_down:
with-libxsmm 65.8% <ø> (-0.1%) :arrow_down:
with-mpi 66.2% <ø> (-0.1%) :arrow_down:
with-openmp 65.0% <ø> (-0.1%) :arrow_down:
without-mpi 61.5% <ø> (-0.1%) :arrow_down:
without-openmp 64.9% <ø> (-0.1%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/block/dbcsr_block_access.F 50.8% <0.0%> (-0.3%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update adf52d6...eb168de. Read the comment docs.