Skip to content

Fix missing types in Ubuntu 22 #10604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fix missing types in Ubuntu 22 #10604

wants to merge 1 commit into from

Conversation

jsji
Copy link
Contributor

@jsji jsji commented Jul 28, 2023

We met build failure in building sycl cts on Ubuntu 22 after #10458.
quite some types are not defined
unknown type name 'uint16_t'

This is to restore include of to fix the failures.

@jsji jsji requested a review from a team as a code owner July 28, 2023 03:52
@jsji jsji requested review from cperkinsintel and bader July 28, 2023 03:52
@jsji jsji self-assigned this Jul 28, 2023
@@ -11,6 +11,7 @@
#include <sycl/detail/defines_elementary.hpp>

#include <iterator>
#include <memory>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jsji, could you point to the declaration from memory header we use in sycl/include/sycl/detail/stl_type_traits.hpp. I don't see anything that needs this include.

We met build failure in building sycl cts on Ubuntu 22 after #10458.

We use Ubuntu 22 in our CI. We don't run SYCL-CTS, but I'm sure our end-to-end tests cover most of SYCL functionality. I suppose it might be related to GNU standard library version on your Ubuntu 22 system.

@jsji jsji temporarily deployed to aws July 28, 2023 04:08 — with GitHub Actions Inactive
@bader
Copy link
Contributor

bader commented Jul 28, 2023

#10605 should address the problem.

@bader bader closed this Jul 28, 2023
@jsji jsji temporarily deployed to aws July 28, 2023 04:47 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants