From 49acf5834a1f24c77dadc400972785d86d328049 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 27 Jul 2020 14:36:54 -0700 Subject: [PATCH] Update include/tvm/auto_scheduler/transform_step.h --- include/tvm/auto_scheduler/transform_step.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/auto_scheduler/transform_step.h b/include/tvm/auto_scheduler/transform_step.h index 5b5be9d6a0c14..565ddb1dbb4db 100644 --- a/include/tvm/auto_scheduler/transform_step.h +++ b/include/tvm/auto_scheduler/transform_step.h @@ -989,7 +989,7 @@ class RfactorStep : public Step { public: /*! * \brief The constructor. - * \param stage_id The index of the iterator to be factored. + * \param stage_id The index of the stage to be factored. * \param iter_id The index of the iterator to be factored. * \param factor_iter_id The position where the new iterator is placed. */