Skip to content

Commit e695465

Browse files
committed
Missed a name change
1 parent 52abbcc commit e695465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/tvm/ir_pass.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ LoweredFunc LowerIntrin(LoweredFunc f, const std::string& target);
503503
/*!
504504
* \brief Lower custom datatypes.
505505
*
506-
* See tvm::DatatypeRegistry for more information on adding custom datatypes.
506+
* See tvm::custom_datatypes::Registry for more information on adding custom
507+
* datatypes.
507508
*
508509
* \param f The device function to be lowered.
509510
* \param target The target device.

0 commit comments

Comments
 (0)