Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit d451ee5

Browse files
authored
Revert the compile cache (#168)
1 parent c6ff565 commit d451ee5

File tree

7 files changed

+0
-1627
lines changed

7 files changed

+0
-1627
lines changed

benchmarks/operator_authoring.py

Lines changed: 0 additions & 260 deletions
This file was deleted.

functorch/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
from ._src.python_key import wrap_key, PythonTensor, pythonkey_trace, make_fx, nnc_jit, make_nnc
2323
from ._src.nnc_compile import nnc_compile, get_ops
2424
from ._src.eager_compilation import compiled_function, compiled_module, tvm_compile, draw_joint_graph, default_partition
25-
from ._src.operator_authoring import pointwise_operator
26-
2725

2826
# Monkeypatching lol
2927
_old_cross_entropy = torch.nn.functional.cross_entropy

0 commit comments

Comments
 (0)