feat: enable ROCm EP for GPU inference, add rocm-runtime system dep
Some checks failed
release / build (push) Failing after 5s

Switches ort from load-dynamic to rocm feature so the ROCm execution
provider is compiled in. Adds rocm-runtime to bakery system_deps so
bakery doctor/install can verify it's present.
This commit is contained in:
Breadway 2026-06-07 15:59:02 +08:00
parent 478d06a5d5
commit 8dbeacb46d
3 changed files with 7 additions and 18 deletions

19
Cargo.lock generated
View file

@ -314,7 +314,7 @@ dependencies = [
[[package]]
name = "breadman"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"breadpad-shared",
@ -331,7 +331,7 @@ dependencies = [
[[package]]
name = "breadpad"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"breadpad-shared",
@ -350,7 +350,7 @@ dependencies = [
[[package]]
name = "breadpad-shared"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"bread-theme",
@ -376,7 +376,7 @@ dependencies = [
[[package]]
name = "breadpad-test"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"breadpad-shared",
@ -1862,16 +1862,6 @@ version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "libloading"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
dependencies = [
"cfg-if",
"windows-link",
]
[[package]]
name = "libredox"
version = "0.1.17"
@ -2148,7 +2138,6 @@ version = "2.0.0-rc.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7de3af33d24a745ffb8fab904b13478438d1cd52868e6f17735ef6e1f8bf133"
dependencies = [
"libloading",
"ndarray 0.17.2",
"ort-sys",
"smallvec",