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

1 2 3 4 Next › Last »

dbermond commented on 2023-06-20 22:50 (UTC)

@VitalyR Package updated to match latest upstream changes with llvm 14. Thanks for reporting.

VitalyR commented on 2023-05-26 14:11 (UTC)

Intel switched igc to llvm 14 a few days ago and they marked building igc with llvm 11 as deprecated (https://github.com/intel/intel-graphics-compiler/commit/ca387ba1bec9cb461fdbc8a90f5c5b5aed4ee729 and https://github.com/intel/intel-graphics-compiler/blob/master/documentation/build_ubuntu.md#llvm9clang9-to-llvm11clang11). How about switching to llvm 14?

Bluebomber182 commented on 2023-02-15 11:17 (UTC) (edited on 2023-02-15 11:23 (UTC) by Bluebomber182)

I get this error. Edit: I solved the error by running the git config --global user.email and git config --global user.name command.

-- [OPENCL-CLANG] Validating release/11.x in repository
fatal: ambiguous argument 'release/11.x': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
-- [OPENCL-CLANG] ref release/11.x not exists in repository, using current HEAD:1fdec59bffc11ae37eb51a1b9869f0696bfd5312
-- [OPENCL-CLANG] Switched to a new branch 'ocl-open-110' which starts from ref : 1fdec59bffc11ae37eb51a1b9869f0696bfd5312
-- [OPENCL-CLANG] Checking if patch c75654c34bb8c5ba3877558ce7c7c94bf55d8f9f is present in repository
fatal: Not a valid commit name c75654c34bb8c5ba3877558ce7c7c94bf55d8f9f
Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <someone@archlinux.org>) not allowed
-- [OPENCL-CLANG] Not present - 
CMake Error at /home/user/Downloads/intel-graphics-compiler-git/src/build/IGC/llvm-deps/src/llvm/projects/opencl-clang/cmake/modules/CMakeFunctions.cmake:163 (message):
  [OPENCL-CLANG] Failed to apply patch!
Call Stack (most recent call first):
  /home/user/Downloads/intel-graphics-compiler-git/src/build/IGC/llvm-deps/src/llvm/projects/opencl-clang/CMakeLists.txt:156 (apply_patches)


-- Configuring incomplete, errors occurred!
See also "/home/user/Downloads/intel-graphics-compiler-git/src/build/CMakeFiles/CMakeOutput.log".
See also "/home/user/Downloads/intel-graphics-compiler-git/src/build/CMakeFiles/CMakeError.log".

dbermond commented on 2022-05-22 16:16 (UTC)

@Eirikr Package updated.

Eirikr commented on 2022-05-20 01:52 (UTC)

May 2022: Unable to build; something to do with the 010-intel-graphics-compiler-missing-limits-header.patch

Tried to remove that part from packagebuild, but the build fails and clang later looks for the patch anyway.

There is also a failure of it trying to apply external llvm 11 patches.

Tried the 120, 130, and 140 branches and no luck there either.

dbermond commented on 2021-05-12 11:55 (UTC)

@EndlessEden Package updated to match latest upstream changes. Building fine now, thanks.

EndlessEden commented on 2021-04-30 09:39 (UTC)

@dbermond - install -D -m644 build/IGC/llvm/src/llvm/projects/opencl-clang/common_clang.h -t "${pkgdir}/usr/include/cclang" | install: cannot stat 'build/IGC/llvm/src/llvm/projects/opencl-clang/common_clang.h': No such file or directory

correct location is: build/IGC/llvm-deps/src/llvm/projects/opencl-clang/common_clang.h now

EndlessEden commented on 2021-04-30 09:33 (UTC)

@dbermond - given the hard stance, then ill maintain a fork of this package and the rest of the stack. Thank you for your time.

dbermond commented on 2021-04-29 17:37 (UTC)

@EndlessEden Arch Linux only supports x86_64 architecture. And I cannot support these other architectures as well.

EndlessEden commented on 2021-04-29 16:52 (UTC)

@dbermond - Please add logic to replace "DIGC_OPTION__ARCHITECTURE_TARGET" option with native architecture. "Linux64" exclusive causes failed builds on other architectures, like x86, RiscV and Arm.