[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-15 Thread GitBox
tqchen commented on a change in pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#discussion_r488820408 ## File path: CMakeLists.txt ## @@ -144,7 +144,7 @@ else(MSVC) CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 7.0) set(CMAKE_CXX_FLAGS "-fali

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-14 Thread GitBox
tqchen commented on a change in pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#discussion_r488306641 ## File path: cmake/clang_flags.cmake ## @@ -0,0 +1,87 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licens

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-12 Thread GitBox
tqchen commented on a change in pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#discussion_r487307521 ## File path: src/tir/transforms/lower_custom_datatypes.cc ## @@ -97,7 +97,7 @@ class CustomDatatypesLowerer : public StmtExprMutator { return e

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-12 Thread GitBox
tqchen commented on a change in pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#discussion_r487307521 ## File path: src/tir/transforms/lower_custom_datatypes.cc ## @@ -97,7 +97,7 @@ class CustomDatatypesLowerer : public StmtExprMutator { return e

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-11 Thread GitBox
tqchen commented on a change in pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#discussion_r487311828 ## File path: include/tvm/auto_scheduler/cost_model.h ## @@ -70,6 +70,11 @@ class CostModelNode : public Object { LOG(FATAL) << "Not implemented

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-11 Thread GitBox
tqchen commented on a change in pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#discussion_r487311828 ## File path: include/tvm/auto_scheduler/cost_model.h ## @@ -70,6 +70,11 @@ class CostModelNode : public Object { LOG(FATAL) << "Not implemented

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-11 Thread GitBox
tqchen commented on a change in pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#discussion_r487307521 ## File path: src/tir/transforms/lower_custom_datatypes.cc ## @@ -97,7 +97,7 @@ class CustomDatatypesLowerer : public StmtExprMutator { return e