This is an automated email from the ASF dual-hosted git repository.
lukhut pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 326f8e7435 Fix typo mistake and change whethe to whether (#15525)
326f8e7435 is described below
commit 326f8e74355368eb91639155f3a0adfa53b10aca
Author: Max Base <[email protected]>
AuthorDate: Fri Aug 11 15:07:46 2023 +0100
Fix typo mistake and change whethe to whether (#15525)
---
src/tir/transforms/inject_virtual_thread.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tir/transforms/inject_virtual_thread.cc
b/src/tir/transforms/inject_virtual_thread.cc
index 953fdd067e..6fad8b378c 100644
--- a/src/tir/transforms/inject_virtual_thread.cc
+++ b/src/tir/transforms/inject_virtual_thread.cc
@@ -457,7 +457,7 @@ class VTInjector : public arith::IRMutatorWithAnalyzer {
Var var_;
// the threads/lanes
int num_threads_;
- // whethe the loop is already injected.
+ // whether the loop is already injected.
bool vt_loop_injected_{false};
// whether current expression get touched.
bool visit_touched_var_{false};