-
Notifications
You must be signed in to change notification settings - Fork 171
Intel Graphics Compiler Failed Build #19
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
Comments
Hi, Can you give more details of your system (OS, gcc version etc.)? |
@astojano sure ^^ Background: I want to set OpenCL driver for the Intel CPU and GPU for application which is based on OpenCL. Therfore the aim is to type command Thanks |
We'll try to reproduce and fix the problem, but for now we don't have your hardware so we focus on desktop PC. Could you try to use previous version of GCC? We currently use GCC 5.4.0 on Ubuntu 16.04 in our CI system. |
@astojano |
Does older version of GCC work for you? I downloaded latest code, but couldn't reproduce the issue on my system with Ubuntu 18.04 LTS, gcc 7.3.0. Do you see SmallSet code in llvm_source? |
@iwwu Just to avoid misunderstandings. Am I right that I have to follow the steps directly on the minnowboard? |
Give a try to older version of GCC like 5.4.0. If you build a binary in appropriate architecture on virtual machine the binary should works fine on board. |
@astojano |
@gija92 Did this suggestion work. Can this issue be closed? |
No unfortunately not. I installed a new ubuntu version instead of using a yocto image. |
Co-authored-by: Jacek Jankowski <[email protected]>
Co-authored-by: Jacek Jankowski <[email protected]>
Hello,
I want to use the Intel Compute Runtime for OpenCL and now installing the dependencies gmmlib and the igc. GmmLib was successful but igc return errors while make [-j'nproc'], that
llvm::SmallSet
andllvm::AttributeSet
are not declared but acutally can be found in the "workspace"-directory.I'm following the constructions but don't know how to solve the problem.
For more Details:
I am using an Minnowboard Max with Intel Atom E3825 CPU and already installed LLVM/Clang 4.0. before I build the IGC
Hope some of you guys can help me
The text was updated successfully, but these errors were encountered: