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

Commit c572c93

Browse files
Merge pull request #192 from facebookresearch/pr/drop_comment
TC2Isl::Check: drop spurious comment
2 parents 378d610 + c702f9c commit c572c93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_tc2halide.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ using namespace tc::dlutils;
3333
struct TC2Isl : public ::testing::Test {
3434
void SetUp() {}
3535
void Check(const string& tc, const std::vector<long>& inputSizes) {
36-
// Make sure the Halide lowering path produces the same schedule
37-
// trees as the PET path. This test will be deleted when we remove
38-
// PET.
3936
auto ctx = getCPUDLContext();
4037
DLDataType dtype;
4138
dtype.code = kDLFloat;

0 commit comments

Comments
 (0)