NVlabs / nvbio

NVBIO is a library of reusable components designed to accelerate bioinformatics applications using CUDA.
BSD 3-Clause "New" or "Revised" License
206 stars 50 forks source link

nvbio-test CPU loop on condition test #45

Open staskh opened 2 years ago

staskh commented 2 years ago

nvbio-test is looped ( 100% CPU) inside condition test:

info : condition test... started info : 320 blocks info : correctness test... started info : correctness test... done info : speed test... started info : speed test... done: info : 136.797 ns info : 0.427 ns/CTA info : 2.3M CTAs retired/s info : fast scan... started (320 CTAs) info : fast scan test... done: info : 6.006 ns info : 0.019 ns/CTA info : 53.3M CTAs retired/s info : fast chaining... started

OS: Ubuntu 18.04.6 LTS NVCC: V11.0.221 CUDA Version: 11.0 GPU: Tesla T4