Search Criteria
Package Details: intel-graphics-compiler-git 1:1.0.15136.0.r195.g29f439cf2-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: | 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) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-mako (make)
Required by (4)
- blender-git (requires intel-graphics-compiler) (optional)
- intel-compute-runtime-git
- upbge-bin (requires intel-graphics-compiler) (optional)
- upbge-git (requires intel-graphics-compiler) (optional)
Sources (7)
- git+https://github.com/intel/intel-graphics-compiler.git
- git+https://github.com/intel/opencl-clang.git#branch=ocl-open-140
- 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_140
- git+https://github.com/KhronosGroup/SPIRV-Tools.git#branch=main
- git+https://github.com/llvm/llvm-project.git#tag=llvmorg-14.0.5
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-runtime
is 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 embedsigc
and its lib (as well asgmmlib
). This is subject to change, and whenigc
will switch to stable releases,compute-runtime
might 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-compiler
andcompute-runtime
? I can see that this package contains (almost) all .so files ascompute-runtime
but 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