We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258d503 commit 122fdefCopy full SHA for 122fdef
1 file changed
backends/cadence/aot/ref_implementations.py
@@ -29,7 +29,6 @@
29
)
30
if custom_libs:
31
torch.ops.load_library(str(custom_libs[0]))
32
- del Path
33
34
# Registry to track all ops with reference implementations
35
_REGISTERED_REF_IMPLEMENTATIONS: set[str] = set()
0 commit comments