oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

[oneDPL][tests] + Remove support of C++11 and C++14 from oneDPL

Open SergeyKopienko opened this issue 2 years ago • 5 comments

Removed support of C++11 and C++14 from oneDPL library.

SergeyKopienko avatar Sep 28 '22 08:09 SergeyKopienko

Only C++11 CI tasks are failed now - it's ok because we don't support C++11 and C++14 anymore in oneDPL :

  • https://github.com/oneapi-src/oneDPL/actions/runs/3143407787/jobs/5108115427
  • https://github.com/oneapi-src/oneDPL/actions/runs/3143407787/jobs/5108115824

SergeyKopienko avatar Sep 28 '22 12:09 SergeyKopienko

@MikeDvorskiy could you please take a look to this PR ?

SergeyKopienko avatar Oct 04 '22 07:10 SergeyKopienko

I think that we can apply (merge) this PR and discuss about execution policies checks in C++17 in the separate PR https://github.com/oneapi-src/oneDPL/pull/645

SergeyKopienko avatar Oct 05 '22 13:10 SergeyKopienko

Only C++11 CI tasks are failed now - it's ok because we don't support C++11 and C++14 anymore in oneDPL :

  • https://github.com/oneapi-src/oneDPL/actions/runs/3143407787/jobs/5108115427
  • https://github.com/oneapi-src/oneDPL/actions/runs/3143407787/jobs/5108115824

In that case I believe we should to remove such configurations from CI.

MikeDvorskiy avatar Oct 06 '22 17:10 MikeDvorskiy

Only C++11 CI tasks are failed now - it's ok because we don't support C++11 and C++14 anymore in oneDPL :

  • https://github.com/oneapi-src/oneDPL/actions/runs/3143407787/jobs/5108115427
  • https://github.com/oneapi-src/oneDPL/actions/runs/3143407787/jobs/5108115824

In that case I believe we should to remove such configurations from CI.

Corresponding task already created.

SergeyKopienko avatar Oct 07 '22 07:10 SergeyKopienko

@MikeDvorskiy could you please take a look at this PR and approve it?

SergeyKopienko avatar Oct 17 '22 07:10 SergeyKopienko