onnxruntime/tools/ci_build/github
Changming Sun be423747b1
Delete pyop (#21094)
### Description
Remove the "--enable_language_interop_ops" build flag, because the code
is incompatible with the latest numpy, and the build flag is not used
anywhere except a macOS CI pipeline. It does not seem to have a ship
plan.


### Motivation and Context
The build error was:
```
onnxruntime/core/language_interop_ops/pyop/pyop.cc:122:85: error: no member named 'elsize' in '_PyArray_Descr'
                                  static_cast<int64_t>(PyArray_DescrFromType(type)->elsize),
                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
```
2024-06-19 16:21:33 -07:00
..
android Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
apple Update to mobile model usability checker (#19843) 2024-06-18 07:50:33 +10:00
azure-pipelines Delete pyop (#21094) 2024-06-19 16:21:33 -07:00
js Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
linux Updating cudnn from 8 to 9 on exsiting cuda 12 docker image (#20925) 2024-06-11 09:37:16 -07:00
pai [ROCm] Update ck to use ck_tile (#21030) 2024-06-19 14:06:10 +08:00
windows Update ONNX installing script (#21044) 2024-06-13 23:49:41 -07:00
Doxyfile_csharp.cfg