This is an automated email from the ASF dual-hosted git repository.
tlopex 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 379bd1fc1f [relax] fix 'occured' -> 'occurred' in transform.h doc
comment (#19411)
379bd1fc1f is described below
commit 379bd1fc1fd1cb6c9150303701d64fd628a3b1ff
Author: Sai Asish Y <[email protected]>
AuthorDate: Thu Apr 16 19:22:43 2026 -0700
[relax] fix 'occured' -> 'occurred' in transform.h doc comment (#19411)
Doc comment in `include/tvm/relax/transform.h` line 678 reads `any
changes occured from`. Fixed to `occurred`. Comment-only change.
Signed-off-by: SAY-5 <[email protected]>
Co-authored-by: SAY-5 <[email protected]>
---
include/tvm/relax/transform.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/tvm/relax/transform.h b/include/tvm/relax/transform.h
index 04b6d80be2..da87653eb1 100644
--- a/include/tvm/relax/transform.h
+++ b/include/tvm/relax/transform.h
@@ -675,7 +675,7 @@ TVM_DLL Pass RewriteCUDAGraph();
/*!
* \brief This pass updates the var_buffer mapping of PrimFunctions from the
call_tir info.
- * Primarily used to update the VDevice information if any changes occured
from the caller.
+ * Primarily used to update the VDevice information if any changes occurred
from the caller.
* This pass recreates the buffers and updates the map.
*/
TVM_DLL Pass SpecializePrimFuncBasedOnCallSite();