Skip to content

Commit

Permalink
[Contrib] Remove CLML version print (#17533)
Browse files Browse the repository at this point in the history
* [Contrib] Remove CLML version print

This PR removes the CLML version print during importing tvm.

* Update clml.py
  • Loading branch information
MasterJH5574 authored Nov 17, 2024
1 parent f4c4e78 commit ead1eba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions python/tvm/relay/op/contrib/clml.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,14 +556,6 @@ def check_depth_to_space(extract):
return False
return True

pass_context = tvm.get_global_func("transform.GetCurrentPassContext")()
target_version = (
pass_context.config["relay.ext.clml.target_version"]
if "relay.ext.clml.target_version" in pass_context.config
else 3
)
print("CLML Target Version: ", target_version)

return [
("clml.pad_conv2d", pad_conv_pattern(), check_conv),
("clml.conv2d", conv_pattern(), check_conv),
Expand Down

0 comments on commit ead1eba

Please sign in to comment.