Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit bdb3740

Browse files
Remove spurious temporary flag
1 parent eef8d22 commit bdb3740

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/tensordot.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ DEFINE_uint32(pop_size, 10, "Population size to tune for");
3636
DEFINE_uint32(threads, 16, "Number of threads to tune with");
3737
DEFINE_string(gpus, "0", "List of gpus to evaluate on");
3838

39-
// TODO: This temporary flag will be disabled later
40-
DEFINE_bool(disable_version_checks, false, "TODO: remove me");
41-
4239
TEST(TensorDot, SimpleAutotune) {
4340
// 1. Define and setup the TC compilation unit with CUDA memory
4441
// management backed by ATen tensors.

0 commit comments

Comments
 (0)