Skip to content

Commit

Permalink
fix: add kernel type info (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysyecust authored May 20, 2024
1 parent fef9c34 commit e949162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidock/src/lib/vina.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Vina {
m_ad4grid.corner1(), m_ad4grid.corner2(), generator, m_verbosity, seed, bias_batch_list);
}
auto end = std::chrono::system_clock::now();
std::cout << "Kernel running time: "
std::cout << "CUDA Kernel running time: "
<< std::chrono::duration_cast<std::chrono::milliseconds>(end - start).count() << std::endl;
done(m_verbosity, 1);
start = std::chrono::system_clock::now();
Expand Down

0 comments on commit e949162

Please sign in to comment.