ROCm Optimizations (#23118)

* Update to ROCm 7.2.3

* Add inference time for 9060XT

* Update times

* Update hardware info for latest ROCm

* Add env vars to save kernels and miopen database

* re-enable face recognition for ROCm

* Update

* Save LLVM cache
This commit is contained in:
Nicolas Mowen
2026-05-05 16:33:43 -05:00
committed by GitHub
parent 52a3301726
commit 76a1230885
6 changed files with 18 additions and 14 deletions
-1
View File
@@ -132,7 +132,6 @@ class ONNXModelRunner(BaseModelRunner):
return model_type in [
EnrichmentModelTypeEnum.paddleocr.value,
EnrichmentModelTypeEnum.jina_v2.value,
EnrichmentModelTypeEnum.arcface.value,
ModelTypeEnum.rfdetr.value,
ModelTypeEnum.dfine.value,
]