Package Details: intel-graphics-compiler-git 1:1.0.15136.0.r195.g29f439cf2-1

Git Clone URL: https://aur.archlinux.org/intel-graphics-compiler-git.git (read-only, click to copy)
Package Base: intel-graphics-compiler-git
Description: Intel Graphics Compiler for OpenCL (git version)
Upstream URL: https://github.com/intel/intel-graphics-compiler/
Keywords: compute-runtime igc opencl
Licenses: custom, MIT
Conflicts: intel-graphics-compiler, intel-opencl-clang
Provides: intel-graphics-compiler, intel-opencl-clang
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 0
Popularity: 0.000000
First Submitted: 2018-07-23 01:36 (UTC)
Last Updated: 2023-09-22 22:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jdanecki commented on 2019-03-04 15:55 (UTC) (edited on 2019-03-11 12:58 (UTC) by jdanecki)

@dbermond Here: 'https://github.com/JacekDanecki/compute-runtime/wiki/How-to-build-Neo-components-(system-llvm-clang-7)' you can find how I build IGC with llvm/clang 7. Some cleanup will be done on IGC side soon.

jdanecki commented on 2019-03-04 13:15 (UTC)

@dbermond This commit https://github.com/intel/intel-graphics-compiler/commit/606f78808a0e88a47a1d3811db55ae44f8d28d9c allows to build IGC and Neo using system clang/llvm 7. I'm still testing this on Ubuntu. I've not tried to build it on Arch yet.

dbermond commented on 2018-12-21 02:04 (UTC)

@jdanecki Thank you for the information and for reporting to the upstream team. By removing clang/llvm 7 it builds fine. It needs clang40 from the aur. Your assistance was very appreciated.

Package is now updated, and I've also created the package intel-graphics-compiler for the stable release.

jdanecki commented on 2018-12-18 08:12 (UTC) (edited on 2018-12-18 08:13 (UTC) by jdanecki)

@dbermond I can see you've llvm7 binaries installed on your system. Such configuration is not supported yet, so please remove llvm7 packages and try to compile again. I've reported this issue to IGC team already.

dbermond commented on 2018-12-17 19:14 (UTC) (edited on 2018-12-17 19:18 (UTC) by dbermond)

@jdanecki Thank you for the reply. I'm already using the new instructions with both llvm4 an llvm7 sources on the workspace. Here is a complete error log (with commands used to build): https://bpaste.net/show/d285996fa2a9.

Building with makepkg and an updated pkgbuild gives a similar permission denied error, also happening on the target 'elf_packager'. Building in a chroot with devtools gave me this (on target elf_packager): GenIntrinsics.h:41:10: fatal error: IntrinsicGenISA.gen: No such file or directory.

edit: update link

jdanecki commented on 2018-12-17 14:37 (UTC)

@dbermond You need to have sources for llvm-4 and llvm-7. See updated README file: https://github.com/intel/intel-graphics-compiler/blob/master/README.md

dbermond commented on 2018-12-17 01:33 (UTC)

@ArchangeGabriel Hi and thank you for informing this. I'm getting a build error when trying to compile both git master and the stable release. After some more investigation I think I will report it upstream.

Archange commented on 2018-12-16 18:06 (UTC)

Note they have releases too now: https://github.com/intel/intel-graphics-compiler/releases

dbermond commented on 2018-11-01 01:36 (UTC)

@enihcam thank you for notifying this. Yes, I've already prepared a working pkgbuild if you don't mind. I don't think the git version should be deprecated. It's useful for those wanting it.

enihcam commented on 2018-10-31 14:16 (UTC)

Official binary version is available:

https://github.com/intel/compute-runtime/releases/download/18.43.11744/intel-igc-core_18.43.999_amd64.deb

https://github.com/intel/compute-runtime/releases/download/18.43.11744/intel-igc-opencl_18.43.999_amd64.deb

@dbermond Do you want to package them into AUR? so the git version can be deprecated.