Skip to content

Releases: AmusementClub/openvino

Build 2020.2-15171-g4655dd6ce3-2058-g5833781ddb

01 Nov 11:55
5833781
Compare
Choose a tag to compare
[ONNX] Disabled constant folding for Subtract branch of DequantizeLin…

Build 2020.2-15171-g4655dd6ce3

27 Apr 02:16
4655dd6
Compare
Choose a tag to compare
[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

07 Feb 07:54
a7fb8f6
Compare
Choose a tag to compare
.github/workflows/windows.yml: bump ov version

Build 2020.2-9480-g0da79e2f7d

29 Jan 14:54
93f9ee5
Compare
Choose a tag to compare
.github/workflows/windows.yml: fix for api validator

Build 2020.2-7493-g49c1a25e0

19 Jun 10:46
2a8ab79
Compare
Choose a tag to compare
.github/workflows/windows.yml: fix patch for cmake version

Build 2020.2-5486-g1cb328700

30 Dec 11:35
Compare
Choose a tag to compare

Build 2020.2-7259-gd879e3436

04 Apr 00:57
Compare
Choose a tag to compare
Pre-release
.github/workflows/windows.yml: build our own mod branch

Signed-off-by: akarin <[email protected]>

Build debug-2020.2-5486-g1cb328700

06 Apr 09:37
Compare
Choose a tag to compare
Pre-release
.github/workflows/windows.yml: build our own mod branch

Signed-off-by: akarin <[email protected]>