Skip to content

Commit

Permalink
Rename to x86 VNNI as it's an x86 extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxybazh committed Nov 15, 2022
1 parent 30a60aa commit 4f87c80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/tvm/meta_schedule/mutator.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Mutator : public runtime::ObjectRef {
FApply f_apply, FClone f_clone, FAsString f_as_string);
/*! \brief Create default mutators for LLVM */
TVM_DLL static Map<Mutator, FloatImm, void> DefaultLLVM();
/*! \brief Create default mutators for LLVM VNNI */
/*! \brief Create default mutators for x86 VNNI */
TVM_DLL static Map<Mutator, FloatImm, void> DefaultVNNI();
/*! \brief Create default mutators for CUDA */
TVM_DLL static Map<Mutator, FloatImm, void> DefaultCUDA();
Expand Down
2 changes: 1 addition & 1 deletion include/tvm/meta_schedule/postproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Postproc : public runtime::ObjectRef {
TVM_DLL static Postproc RewriteLayout();
/*! \brief Create default postprocessors for LLVM */
TVM_DLL static Array<Postproc, void> DefaultLLVM();
/*! \brief Create default postprocessors for LLVM VNNI */
/*! \brief Create default postprocessors for x86 VNNI */
TVM_DLL static Array<Postproc, void> DefaultVNNI();
/*! \brief Create default postprocessors for CUDA */
TVM_DLL static Array<Postproc, void> DefaultCUDA();
Expand Down
2 changes: 1 addition & 1 deletion include/tvm/meta_schedule/schedule_rule.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class ScheduleRule : public runtime::ObjectRef {

/*! \brief Create default schedule rules for LLVM */
TVM_DLL static Array<ScheduleRule, void> DefaultLLVM();
/*! \brief Create default schedule rules for LLVM VNNI */
/*! \brief Create default schedule rules for x86 VNNI */
TVM_DLL static Array<ScheduleRule, void> DefaultVNNI();
/*! \brief Create default schedule rules for CUDA */
TVM_DLL static Array<ScheduleRule, void> DefaultCUDA();
Expand Down

0 comments on commit 4f87c80

Please sign in to comment.