commit | 68a11153b51ec14205aca7236583dbc331ea4281 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Thu May 23 17:01:40 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu May 23 17:01:40 2024 -0700 |
tree | 7630333511944833f4d4b651de64ef1b4069d6f6 | |
parent | 2ec31008c335800195d8f870869d589c3928d243 [diff] |
[mpact][compiler] remove TODO (#18)
diff --git a/test/python/resnet.py b/test/python/resnet.py index b353e8d..cc8e7e1 100644 --- a/test/python/resnet.py +++ b/test/python/resnet.py
@@ -27,7 +27,6 @@ print(res1) # Run it with MPACT. - # TODO: make this work print("mpact") res2 = mpact_jit(resnet, x) print(res2)