torch-mlir/python
Sean Silva 5a488ff085 Remove deprecated np.bool
`np.bool is bool` and will never be returned as a dtype of an
`np.ndarray`, so we don't need to handle it here.

```
>>> a = np.ndarray([1], dtype=bool)
>>> a.dtype.type is np.bool_
True
```

More info here:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
2022-11-29 01:46:21 -08:00
..
test [torch_mlir.compile] Handle the case of already-scripted models better 2022-11-16 10:47:13 -08:00
torch_mlir Revert "build: update llvm tag to 147fe9de" 2022-11-25 12:41:56 +05:30
torch_mlir_e2e_test Remove deprecated np.bool 2022-11-29 01:46:21 -08:00
CMakeLists.txt [torchdynamo] Initial TorchDynamo support 2022-11-24 04:10:25 -08:00
TorchMLIRModule.cpp Miscellaneous fixes for Windows builds (#1376) 2022-09-29 12:07:43 -05:00