You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,6 @@ For now, the development setup uses the CPU version of PyTorch only.
21
21
* Tests are located in [`src/complex_tensor/test`](https://github.com/openteams-ai/pytorch-complex-tensor/tree/main/src/complex_tensor/test).
22
22
* Testing currently needs to be expanded; currently only tests which provide `OpInfo`s in `torch.testing._internal.common_methods_invocations.op_db` are tested.
23
23
* Exceptions are noted in-tree with a `TODO`.
24
+
* A warning is emitted during `pytest` noting the missing ops.
24
25
25
26
This repository is currently WIP, which means not all ops are implemented, but many common ones are.
0 commit comments