[GitHub] [tvm] tqchen commented on a change in pull request #7153: [RUNTIME] Add libbacktrace for backtraces with line numbers

2021-03-16 Thread GitBox
tqchen commented on a change in pull request #7153: URL: https://github.com/apache/tvm/pull/7153#discussion_r595375493 ## File path: apps/android_deploy/app/src/main/jni/Application.mk ## @@ -27,7 +27,7 @@ include $(config) APP_STL := c++_static -APP_CPPFLAGS +=

[GitHub] [tvm] tqchen commented on a change in pull request #7153: [RUNTIME] Add libbacktrace for backtraces with line numbers

2021-03-16 Thread GitBox
tqchen commented on a change in pull request #7153: URL: https://github.com/apache/tvm/pull/7153#discussion_r595365614 ## File path: apps/android_deploy/app/src/main/jni/Application.mk ## @@ -27,7 +27,7 @@ include $(config) APP_STL := c++_static -APP_CPPFLAGS +=

[GitHub] [tvm] tqchen commented on a change in pull request #7153: [RUNTIME] Add libbacktrace for backtraces with line numbers

2021-01-23 Thread GitBox
tqchen commented on a change in pull request #7153: URL: https://github.com/apache/tvm/pull/7153#discussion_r563164652 ## File path: include/tvm/runtime/logging.h ## @@ -0,0 +1,380 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] tqchen commented on a change in pull request #7153: [RUNTIME] Add libbacktrace for backtraces with line numbers

2021-01-06 Thread GitBox
tqchen commented on a change in pull request #7153: URL: https://github.com/apache/tvm/pull/7153#discussion_r552999228 ## File path: src/tir/transforms/lower_thread_allreduce.cc ## @@ -509,7 +509,6 @@ class ThreadAllreduceBuilder final : public StmtExprMutator { }

[GitHub] [tvm] tqchen commented on a change in pull request #7153: [RUNTIME] Add libbacktrace for backtraces with line numbers

2021-01-06 Thread GitBox
tqchen commented on a change in pull request #7153: URL: https://github.com/apache/tvm/pull/7153#discussion_r552998444 ## File path: src/support/logging.cc ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm] tqchen commented on a change in pull request #7153: [RUNTIME] Add libbacktrace for backtraces with line numbers

2020-12-23 Thread GitBox
tqchen commented on a change in pull request #7153: URL: https://github.com/apache/tvm/pull/7153#discussion_r548206504 ## File path: include/tvm/ir/attrs.h ## @@ -393,7 +392,7 @@ struct AttrInitEntry { value_missing_ = false; return *this; } - TSelf&