mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
enable generic interface when primary ep is used
This commit is contained in:
parent
e426dec3c2
commit
c3daa324ec
1 changed files with 1 additions and 1 deletions
|
|
@ -2645,7 +2645,7 @@ def main():
|
|||
|
||||
print(args)
|
||||
|
||||
if args.build_shared_lib and args.use_qnn != "static_lib" and (args.use_tensorrt or args.use_openvino or args.use_vitisai or args.use_qnn):
|
||||
if args.build_shared_lib and (args.use_tensorrt or args.use_openvino or args.use_vitisai or (args.use_qnn and args.use_qnn != "static_lib")):
|
||||
args.enable_generic_interface = True
|
||||
|
||||
if os.getenv("ORT_BUILD_WITH_CACHE") == "1":
|
||||
|
|
|
|||
Loading…
Reference in a new issue