compute-runtime/runtime/compiler_interface
Artur Harasimiuk 07a63c91df cl_cache: do not call fcl when not needed
call to FCL can be costly. we don't need this when kernel source is
simple and does not contain '#include'. In this case we can compute hash
directly based on kernel source.

Change-Id: I0455be57d9ee13919a53c145e3feeb00a113d71e
2018-04-03 13:34:02 +02:00
..
CMakeLists.txt Cmake refactor part 20 2018-03-23 15:51:12 +01:00
binary_cache.cpp Cmake refactor part 1: fix dependencies with including os_inc.h 2018-02-08 09:40:40 +01:00
binary_cache.h Initial commit 2017-12-21 00:45:38 +01:00
compiler_interface.cpp cl_cache: do not call fcl when not needed 2018-04-03 13:34:02 +02:00
compiler_interface.h Add refcount on MemObj in blocked scenarios. 2018-01-08 16:03:24 +01:00
compiler_interface.inl Initial commit 2017-12-21 00:45:38 +01:00
compiler_options.cpp Kernel source debugging support 1/n 2018-03-13 08:01:29 +01:00
compiler_options.h Kernel source debugging support 1/n 2018-03-13 08:01:29 +01:00
create_main.cpp Initial commit 2017-12-21 00:45:38 +01:00