Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/tvm/relax/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down