Skip to content

Commit

Permalink
Merge branch 'main' into FacelandmarksCV
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat0907 authored Jun 30, 2023
2 parents 1f332ae + e258689 commit 350465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/test/cudamemcopy_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

BOOST_AUTO_TEST_SUITE(cudamemcopy_tests)

BOOST_AUTO_TEST_CASE(isCudaSupported)
BOOST_AUTO_TEST_CASE(isCudaSupported, * utf::precondition(if_compute_cap_supported()))
{
BOOST_TEST(CudaUtils::isCudaSupported());
}
Expand Down

0 comments on commit 350465a

Please sign in to comment.