compute-runtime/runtime/built_ins
Artur Harasimiuk bc2403acfd allow IGC to be discovered by pkg-config
New detection flow:
1. check for IGC__IGC_TARGETS and respect if defined -> IGC available
2. on Linux try using pkg-config to find IGC
   - package can be part of workspace, in this case we have to tweak
     some variables
3. check whether igc folder contains CMakeLists.txt and do
   add_subdirectory if yes.
4. IGC not available -> fail

other changes:
- rename compiler.config to match name from IGC devel package

Change-Id: I6c2369f8b83db66327d76c9b08af833736e8a3f9
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2018-06-20 13:13:58 +02:00
..
kernels allow IGC to be discovered by pkg-config 2018-06-20 13:13:58 +02:00
registry Revert "Allow custom props settings." 2018-02-23 16:01:31 +01:00
CMakeLists.txt Cmake refactor part 20 2018-03-23 15:51:12 +01:00
built_ins.cpp Decode sip binaries once for all tests 2018-05-29 13:47:19 +02:00
built_ins.h enable & switch to clang 6.0 2018-05-25 10:08:26 +02:00
built_ins_storage.cpp Add debug flag to force rebuild pre-compiled kernels in runtime 2018-06-18 14:23:54 +02:00
builtins_binary.cmake Compile kernels per platform type (core/lp) 2018-04-26 16:47:15 +02:00
builtins_dispatch_builder.h enable & switch to clang 6.0 2018-05-25 10:08:26 +02:00
sip.cpp Decode sip binaries once for all tests 2018-05-29 13:47:19 +02:00
sip.h Decode sip binaries once for all tests 2018-05-29 13:47:19 +02:00
vme_dispatch_builder.h Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00