Skip to content

Commit 62cd8a7

Browse files
committed
Address review
1 parent 44a7ce9 commit 62cd8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RFC-0032-numpy-support-in-dynamo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ A few arguments in favor of making it public:
369369
* People could use it in their NumPy programs just by changing the import to
370370
`import torch.numpy as np`. This could be a selling point similar to JAX's
371371
`jax.numpy`, which could incentivize adoption.
372-
* People would not need to use the whole PyTorch 2.0 stack to start using
373-
PyTorch in their codebases
372+
* People would not need to use the whole `torch.compile` stack to start using
373+
PyTorch as a backend for their NumPy code in their codebase.
374374
* See [this experiment in scikit-learn](https://github.com/scikit-learn/scikit-learn/pull/25956)
375375
where they got a 7x speed-up on CPU on a layer just by using `torch.linalg`.
376376
* Since the layer is rather thin and in pure Python, if there are bugs,

0 commit comments

Comments
 (0)