Skip to content

[SYCL][Fusion] Suppress build error message for gcc 11.3.0 #8034

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

Conversation

dm-vodopyanov
Copy link
Contributor

The error is:

/repo/sycl-fusion/jit-compiler/include/JITContext.h:61:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type
   61 |   std::unique_ptr<llvm::LLVMContext> LLVMCtx;
      |        ^~~~~~~~~~
/repo/sycl-fusion/jit-compiler/include/JITContext.h:18:1: note: ‘std::unique_ptr’ is defined in header ‘<memory>’; did you forget to ‘#include <memory>’?
   17 | #include "Parameter.h"
  +++ |+#include <memory>
   18 |

The error is:
```
/repo/sycl-fusion/jit-compiler/include/JITContext.h:61:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type
   61 |   std::unique_ptr<llvm::LLVMContext> LLVMCtx;
      |        ^~~~~~~~~~
/repo/sycl-fusion/jit-compiler/include/JITContext.h:18:1: note: ‘std::unique_ptr’ is defined in header ‘<memory>’; did you forget to ‘#include <memory>’?
   17 | #include "Parameter.h"
  +++ |+#include <memory>
   18 |
```
@sommerlukas
Copy link
Contributor

@dm-vodopyanov: There's another PR for that here: #8032

@dm-vodopyanov dm-vodopyanov temporarily deployed to aws January 18, 2023 15:31 — with GitHub Actions Inactive
@dm-vodopyanov dm-vodopyanov temporarily deployed to aws January 18, 2023 16:16 — 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