Releases: AmusementClub/openvino
Releases · AmusementClub/openvino
Build 2020.2-15171-g4655dd6ce3-2058-g5833781ddb
[ONNX] Disabled constant folding for Subtract branch of DequantizeLin…
Build 2020.2-15171-g4655dd6ce3
[intel-npu] Fix build when using specific Werror (#24250) The commit eb025fad1e800280746eb2d543818bece701c9c6 breaks the build when `CXXFLAGS` or `CFLAGS` have a specific `-Werror` flag. For example, when `CXXFLAGS` have `-Werror=format-security`, the build fails with this message: ``` c++: warning: =format-security: linker input file unused because linking not done c++: error: =format-security: linker input file not found: No such file or directory ``` That's because every occurrence of the `-Werror` string is being replaced in the original `CXXFLAGS` and `CFLAGS` variables. So, if they contain `-Werror=<something>`, it will become just `=<something>`, which will be an unrecognized option. The current commit fixes this by appending `-Wno-error` to `CXXFLAGS` and `CFLAGS` to properly disable errors on warnings.
Build 2020.2-9598-gb0ffec48be
.github/workflows/windows.yml: bump ov version
Build 2020.2-9480-g0da79e2f7d
.github/workflows/windows.yml: fix for api validator
Build 2020.2-7493-g49c1a25e0
.github/workflows/windows.yml: fix patch for cmake version
Build 2020.2-5486-g1cb328700
Replaced std::cout
with std::cerr
.
Build 2020.2-7259-gd879e3436
.github/workflows/windows.yml: build our own mod branch Signed-off-by: akarin <[email protected]>
Build debug-2020.2-5486-g1cb328700
.github/workflows/windows.yml: build our own mod branch Signed-off-by: akarin <[email protected]>