Skip to content

Commit 2618091

Browse files
authored
[Hotfix] Remove LOG(INFO) from unsupported dtype legalization pass (#15015)
hotfix
1 parent af5a6c4 commit 2618091

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tir/transforms/unsupported_dtype_legalize.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,6 @@ TVM_REGISTER_GLOBAL("tir.transform.FP8ComputeLegalize").set_body_typed(FP8Comput
716716

717717
Pass FP8StorageLegalize() {
718718
auto pass_func = [](PrimFunc f, IRModule m, PassContext ctx) {
719-
LOG(INFO) << f;
720719
// TODO(tvm-team): skip if the target supports fp8
721720
return FP8StorageLegalizer().Legalize(f);
722721
};

0 commit comments

Comments
 (0)