What's Changed
- [Cmake]Fix undefined symbol for std::filesystem under GCC8 + Linux by @Aurelius84 in #1333
- make libpaddle2onnx.so link libpaddle.so and include paddle_include direcotory by @risemeup1 in #1352
- support pir mode in paddle2onnx by @risemeup1 in #1354
- Support pir by @qzylalala in #1389
- Get input/output/attrvar interface by @risemeup1 in #1380
- Conversion of ResNet50 model under PIR by @0x3878f in #1382
- [PIR] Use paddlepaddle==3.0.0.dev20240904 in CI of test_pir by @0x3878f in #1395
- [PIR] Completion of unit testing in PIR mode by @0x3878f in #1394
- [OSPP][PIR] support mobilenet v2 by @qzylalala in #1397
- Automatic mapping of operator variable names to indices by @0x3878f in #1401
- [PIR] Adjust some interfaces in PIR && Support conversion of builtin.combine and builtin.split by @0x3878f in #1402
- 【P2O-PIR】Support op concat, split, split_with_num, transpose by @0x3878f in #1403
- [OSPP][PIR] support dropout and squeeze by @qzylalala in #1406
- [PIR]support if op by @risemeup1 in #1407
- support some ops in pir by @qzylalala in #1416
- Support some operations by @qzylalala in #1419
- 【PIR】Support while op in pir mode by @0x3878f in #1426
- Support some ops in PIR by @0x3878f in #1435
- Merge PR#1434 by @0x3878f in #1437
- support some ops by @qzylalala in #1434
- 【PIR】Improved the mechanism, added the conversion of some ops, and fixed some issues. by @0x3878f in #1444
- 【PIR】Improve some operations to support more scenarios by @0x3878f in #1450
- 【PIR】Fix issues with inference of LaTeX_OCR_rec model by @0x3878f in #1452
- 【PIR】Merge the develop branch into the test_pir branch by @0x3878f in #1455
- Fix the issue with multiclass_nms3 op by @0x3878f in #1456
- Support compilation and loading on macOS by @0x3878f in #1462
- Support compilation and loading on Windows by @0x3878f in #1465
- Add patch for compilaition on Windows by @0x3878f in #1470
- Update usage documentation by @0x3878f in #1473
- Enhance monitoring for macOS and Windows platforms using github action by @0x3878f in #1469
- Fix issues with inference of onnx models converted from paddlex by @0x3878f in #1484
- Fix the issue with determining whether operators in control flow are registered. by @0x3878f in #1485
- Support phi::DataType::UNDEFINED by @0x3878f in #1486
- Improve the mechanism by @0x3878f in #1487
- Update CI and README by @0x3878f in #1492
- Update release_linux_x86_64.yml by @risemeup1 in #1490
- Update release_linux_x86_64.yml by @risemeup1 in #1493
- Update release_linux_x86_64.yml by @risemeup1 in #1494
- Update version number by @0x3878f in #1496
New Contributors
- @qzylalala made their first contribution in #1389
Full Changelog: v1.2.6...v2.0.0a1