compute-runtime/runtime/scheduler
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
..
CMakeLists.txt Cmake refactor part 20 2018-03-23 15:51:12 +01:00
scheduler.cl Device Enqueue - fix misaligned reads in scheduler kernel 2018-06-19 15:16:34 +02:00
scheduler_binary.cmake allow IGC to be discovered by pkg-config 2018-06-20 13:13:58 +02:00
scheduler_kernel.cpp Add SchedulerGWS debug variable 2018-06-06 13:38:37 +02:00
scheduler_kernel.h Initial commit 2017-12-21 00:45:38 +01:00