We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624f8a7 commit 326f8e7Copy full SHA for 326f8e7
src/tir/transforms/inject_virtual_thread.cc
@@ -457,7 +457,7 @@ class VTInjector : public arith::IRMutatorWithAnalyzer {
457
Var var_;
458
// the threads/lanes
459
int num_threads_;
460
- // whethe the loop is already injected.
+ // whether the loop is already injected.
461
bool vt_loop_injected_{false};
462
// whether current expression get touched.
463
bool visit_touched_var_{false};
0 commit comments