Commit Graph

9 Commits

Author SHA1 Message Date
Jacek Danecki 49ad839818 ci: use IGC from manifest
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/238

Change-Id: I57316456cbea47bbea19a353475280c0b22baca3
2019-12-06 21:58:26 +01:00
Jacek Danecki 7f51f246fb ci: update IGC in Semaphore builds
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/231

Change-Id: I5f6a086b7f001973f54ff2298f65b3dfb484b751
2019-11-14 18:27:39 +01:00
Jacek Danecki 92c9e8832c ci: use IGC 1.0.2597 in Semaphore CI builds
There are 2 builds on Semaphore CI under Ubuntu 18.04
with llvm 7 and llvm 8.

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/223

Change-Id: I1ce05101707a6e3062df82250648078bfd7607a4
2019-10-15 14:52:08 +02:00
Jacek Danecki 0f3fb6e6f5 ci: update scripts for Neo release 19.32.13826
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/203

Change-Id: I27ae8694ff11023ebee1a24940d343098ebcc4a9
2019-08-20 09:47:15 +02:00
Jacek Danecki 026a1346ca ci: update scripts for Neo release 19.31.13700
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/197

Change-Id: I22c2ee00cdf80d5fb4bc67afb93052baad08d813
2019-08-13 12:47:00 +02:00
Jacek Danecki 0547f5b9d5 ci: update IGC builds on Semaphore CI
- add build on Ubuntu 18.04 with llvm 8
    - Neo is built with clang 8
    - IGC components are built using llvm/clang 8
    - gmmlib is downloaded from launchpad ppa
- update IGC to 1.0.10-2314
- limit number of make jobs to 1 to avoid problems with
  "virtual memory exhausted: Cannot allocate memory" and to workaround
   compilation issue:
Scanning dependencies of target elf_packager
Building CXX object IGC/ElfPackager/CMakeFiles/elf_packager.dir/main.cpp.o
In file included from /root/build-igc/igc/IGC/ElfPackager/main.cpp:53:0:
/root/build-igc/igc/IGC/ElfPackager/../GenISAIntrinsics/GenIntrinsics.h:44:10:
 fatal error: IntrinsicGenISA.gen: No such file or directory
 #include "IntrinsicGenISA.gen"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/190

Change-Id: I2fc6d297555c826d48eccdc8ba5f9d5e8fd46d7a
2019-07-22 13:25:10 +02:00
Jacek Danecki 52e3f12b69 update IGC in Semaphore build
- Add patch for IGC building with llvm 7 from Ubuntu 18.04

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/181

Change-Id: I8a91b7c3f961f092b33bd8ab3ef4cc2bd281e744
2019-06-18 14:49:45 +02:00
Jacek Danecki 031d865b59 update IGC to 1.0.6 in Semaphore build
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/176

Change-Id: I318e2d8e7d5697c45c947c613b3fd78268ee65cd
2019-06-08 23:15:47 +02:00
Jacek Danecki 5124b92a2b Add build on Ubuntu 18.04 with llvm 7
- Neo is built with clang 7
- IGC components are built using llvm7
- gmmlib is downloaded from launchpad ppa

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/150

Change-Id: I6e7b9bd28088d6ca37ca6c86ccd2273c87e5a404
2019-03-27 17:38:07 +01:00