Skip to content

Commit

Permalink
Merge pull request NVlabs#33 from myagues/enable_low_cc
Browse files Browse the repository at this point in the history
Delete compute capability error
  • Loading branch information
Tom94 committed Jan 17, 2022
2 parents c6b3f2a + 0a65a35 commit 026b13f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/testbed.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1726,10 +1726,6 @@ Testbed::Testbed(ETestbedMode mode) : m_testbed_mode(mode) {
throw std::runtime_error{std::string{"cudaGetDeviceProperties() returned an error: "} + cudaGetErrorString(error)};
}

if (!((props.major * 10 + props.minor) >= 75)) {
throw std::runtime_error{"Turing Tensor Core operations must be run on a machine with compute capability at least 75."};
}

set_exposure(0);
set_min_level(0.f);
set_max_level(1.f);
Expand Down

0 comments on commit 026b13f

Please sign in to comment.