Search Criteria
Package Details: intel-graphics-compiler-git 1:2.22.0.r100.g29d2efd56-1
Package Actions
| 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: | MIT, Apache-2.0 WITH LLVM-exception |
| 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: | 2025-10-30 20:23 (UTC) |
Dependencies (9)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (make)
- python-mako (make)
- python-yaml (python-yaml-gitAUR) (make)
Required by (3)
- intel-compute-runtime-git
- upbge-bin (requires intel-graphics-compiler) (optional)
- upbge-git (requires intel-graphics-compiler) (optional)
Sources (8)
- 010-intel-graphics-compiler-disable-werror.patch
- git+https://github.com/intel/intel-graphics-compiler.git
- git+https://github.com/intel/opencl-clang.git#branch=ocl-open-160
- git+https://github.com/intel/vc-intrinsics.git
- git+https://github.com/KhronosGroup/SPIRV-Headers.git#branch=main
- git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#branch=llvm_release_160
- git+https://github.com/KhronosGroup/SPIRV-Tools.git#branch=main
- git+https://github.com/llvm/llvm-project.git#tag=llvmorg-16.0.6
Latest Comments
« First ‹ Previous 1 2 3 4
dbermond commented on 2018-10-11 15:35 (UTC)
Hi @MichaelChou. @ArchangeGabriel was faster than me in answering you :)
Archange commented on 2018-10-11 14:01 (UTC)
MichaelChou:
compute-runtimeis the Intel Neo OpenCL driver for running OpenCL code on Intel iGPU.intel-graphics-compiler(a.k.a.igc) is an OpenCL compiler compiling code for Intel iGPU. The latter is a dependency of the former, and because of the lack of stable releases to depend on, the former currently embedsigcand its lib (as well asgmmlib). This is subject to change, and whenigcwill switch to stable releases,compute-runtimemight start depending on it rather than embedding it (just like this is currently happening withgmmlib).MichaelChou commented on 2018-10-11 06:41 (UTC)
Hi, @dbermond, what is the difference between
intel-graphics-compilerandcompute-runtime? I can see that this package contains (almost) all .so files ascompute-runtimebut does not have the OpenCL icd files.dbermond commented on 2018-10-10 15:09 (UTC)
@Ranguvar Thank you for reporting this. Upstream changed the cpack packages prefix from 'IGC-' to 'intel-'. Fixed.
Ranguvar commented on 2018-10-08 19:22 (UTC)
Changed "cd "$(find . -maxdepth 1 -type d -name 'IGC-*')"" to "cd intel-0.1.0-Linux" to get this to package.
« First ‹ Previous 1 2 3 4