Commit Graph

489 Commits

Author SHA1 Message Date
Carson M.
aaec1a437e fix: correct shape mismatch error message 2026-03-11 14:32:08 -05:00
Carson M.
14e9d29f49 fix: well that's not right 2026-03-11 14:26:27 -05:00
Carson M.
e336d6bf05 fix: allow dimensions to be zero
Torch allows this, ONNX Runtime doesn't complain
2026-03-11 14:17:04 -05:00
Carson M.
26f656b9a5 feat: relax bounds for copy functions
Allows `DynTensor` to be copied/cloned
2026-03-11 13:46:21 -05:00
Carson M.
d5eb59f2ff fix: implement to_type_info for maps, closes #553 2026-03-10 14:12:26 -05:00
Ryan Li
94417081c4 fix: gate the vitis mod behind the api-18 feature (#546) 2026-03-06 01:08:47 -06:00
decahedron1
079ecb4703 fix: one environment (#542)
Create exactly one (1) environment throughout the entire duration of the
process and release it when it is no longer used. Hopefully the last
time I'll ever have to deal with this.

The old `Weak<Environment>` solution was flawed because it would create
another environment after the old one was released, which is for some
reason not allowed.
2026-03-03 13:11:22 -06:00
Carson M.
e9666c7f00 fix: no_std 2026-03-02 18:48:22 -06:00
Carson M.
a08efe6147 feat: manual device selection 2026-03-02 18:46:29 -06:00
Carson M.
771e1a5c4a refactor: make Outlet wrap OrtValueInfo 2026-03-02 18:27:17 -06:00
Carson M.
a02122dd66 fix: web, no-std 2026-03-02 18:26:01 -06:00
Carson M.
fb29790415 feat: recover from SessionBuilder errors 2026-02-28 00:33:24 -06:00
Carson M.
831422c9d4 docs(readme): update projects 2026-02-27 19:08:30 -06:00
Carson M.
0904390472 refactor: rename AutoEpPolicy to AutoDevicePolicy 2026-02-27 19:00:58 -06:00
Carson M.
5640319e48 refactor: always drop output value array 2026-02-27 18:59:15 -06:00
Carson M.
15f4604700 refactor!: rename DeviceType::FPGA to DeviceType::NPU 2026-02-27 18:58:39 -06:00
Carson M.
661213f642 refactor!: adjust some session options 2026-02-27 18:57:55 -06:00
Carson M.
3e4b5070d0 fix: wrong api version gate 2026-02-27 18:56:24 -06:00
Carson M.
a74ee7cb70 feat: reusable commit 2026-02-27 18:44:11 -06:00
Carson M.
9d25100388 refactor: reduce size of SessionBuilder 2026-02-27 18:34:57 -06:00
Carson M.
c14db8f760 feat: Environment::current() 2026-02-27 18:33:49 -06:00
Carson M.
b57e457d5b fix: dont run with_auto_ep doctest in CI
DirectML isn't happy trying to run in a headless environment.
2026-02-22 09:06:48 -06:00
Carson M.
d3776aa17c fix: missing feature gates
d'oh x2
2026-02-22 00:19:39 -06:00
Carson M.
76e682f766 fix: missing feature gate
d'oh
2026-02-22 00:17:32 -06:00
Carson M.
105b2f7b9a feat: maximize efficiency by default 2026-02-22 00:15:38 -06:00
Carson M.
60593bf5d5 feat: auto EP selection 2026-02-22 00:11:32 -06:00
Carson M.
35c492710b feat: load EP library from path 2026-02-22 00:07:30 -06:00
Carson M.
42190da2f7 feat: cancel session load 2026-02-22 00:05:12 -06:00
Carson M.
060aff6b63 chore(sys): update to ONNX Runtime v1.24.2 2026-02-19 21:51:47 -06:00
Carson M.
ad1a7f915e refactor: avoid double boxing session extras 2026-02-15 18:16:15 -06:00
Carson M.
e2aa626cde feat: disable CPU fallback 2026-02-15 18:15:21 -06:00
Carson M.
51b3c94254 fix: say which EP is missing its cargo feature 2026-02-11 11:36:51 -06:00
Carson M.
5e7ecc2bfb chore(sys): update to ONNX Runtime v1.24.1 2026-02-10 01:09:42 -06:00
Carson M.
75675210d9 fix: deprecation warnings 2026-02-07 15:07:14 -06:00
Carson M.
03771599c0 chore: deprecate ArmNN
Soon to be removed upstream
2026-02-05 20:39:16 -06:00
Carson M.
23f9501872 fix: is_cpu_accessible, closes #527 2026-02-05 20:25:18 -06:00
Carson M.
3d6c2a9642 feat: expanded DirectML options, closes #525 2026-02-03 13:01:21 -06:00
decahedron1
c19fc37e77 feat: support older ONNX Runtime versions (#524) 2026-02-03 12:37:57 -06:00
Carson M.
111e5c4c8d fix: ensure pointer is not null in tensor index impl 2026-01-30 14:02:35 -06:00
Carson M.
ff08428132 fix: clear bound I/O after copy operations 2026-01-30 00:52:20 -06:00
Carson M.
19634031a8 fix: let onnxruntime handle output allocation 2026-01-30 00:52:20 -06:00
Carson M.
f82559a456 fix: wasm docs.rs build 2026-01-20 14:35:24 -06:00
Carson M.
414302b32e fix: wasm build 2026-01-20 14:09:56 -06:00
Carson M.
98519baca8 refactor!: flatten operator module 2026-01-15 02:21:04 -06:00
Carson M.
2650caa43c refactor!: flatten session module 2026-01-15 02:18:17 -06:00
Carson M.
25a6760783 refactor: merge tensor module into value 2026-01-15 02:03:23 -06:00
Carson M.
c959e1fde5 fix: hide default_log_level from public 2026-01-15 01:52:25 -06:00
Carson M.
dab1a081ea feat: implement Utf8Data for a few more types 2026-01-15 01:52:14 -06:00
Carson M.
7fa7d5f8e7 fix: hide api module from docs
only intended for use from `ortsys!`
2026-01-15 01:48:49 -06:00
Carson M.
16d4cd89e7 feat: pick individual items from Sequence<T> 2026-01-15 01:43:51 -06:00