Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Fix issues with gcc 5.0, or deprecate. #86

Open
AdamBrouwersHarries opened this issue Oct 3, 2018 · 3 comments
Open

Fix issues with gcc 5.0, or deprecate. #86

AdamBrouwersHarries opened this issue Oct 3, 2018 · 3 comments
Assignees

Comments

@AdamBrouwersHarries
Copy link
Collaborator

At the syclparallelstl fails to build on travis due to compile errors with gcc 5.0. These should either be fixed, or gcc 5.0 should be deprecated in order to have a clean build on travis - at present it is hard to tell at a glance whether there are any issues with the SyclParallelSTL or not.

@keryell
Copy link
Member

keryell commented Oct 4, 2018

I propose to deprecate.
After all, the SYCL ParallelSTL is about an implementation of the C++17 Parallel STL, so skipping a compiler from 2015 does not shock me.

@keryell
Copy link
Member

keryell commented Mar 29, 2019

@agozillon could you look at why it does not compile with triSYCL?

It looks like the the CI is using a Jurassic environment... Start with updating the CI with triSYCL with Ubuntu 18.10, g++ 8, clang++ 7. Pick some configuration pieces from triSYCL CI configuration.

@Ruyk
Copy link
Contributor

Ruyk commented Apr 8, 2019

I've bumped the clang version to the same one you have in master triSYCL:

#89

@Ruyk Ruyk self-assigned this Apr 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants