ROCm / MIVisionX

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions.
https://rocm.docs.amd.com/projects/MIVisionX/en/latest/
MIT License
184 stars 72 forks source link

MIVisionX.sln file - missing vx_winml #674

Closed LakshmiKumar23 closed 2 years ago

LakshmiKumar23 commented 2 years ago

@kiritigowda Can you please modify windows to build vx_winml.lib. The apps are failing because this library file is not found

kiritigowda commented 2 years ago

@LakshmiKumar23 this is only for WinML flow and not the main? MIVisionX.snl does not build WinML.

WinML.sln builds all libs

kiritigowda commented 2 years ago

Use this SLN - https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/blob/master/amd_openvx_extensions/amd_winml.sln

LakshmiKumar23 commented 2 years ago

@kiritigowda Created PR #675