mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move headers to core
- address_patch.h - options.h - registered_method_dispatcher.h - grf_config.h Rename OCL_RUNTIME_PROFILING -> KMD_PROFILING Related-To: NEO-3982 Change-Id: I06cf72729e9d7d7d2ff0bd169fcbada00c4b509a Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@ -588,8 +588,8 @@ option(USE_CL_CACHE "Use OpenCL program binary cache" ON)
|
||||
set(CL_CACHE_LOCATION "cl_cache" CACHE STRING "OpenCL program binary cache location")
|
||||
|
||||
# Put profiling enable flag into define
|
||||
if(OCL_RUNTIME_PROFILING)
|
||||
add_definitions(-DOCL_RUNTIME_PROFILING=${OCL_RUNTIME_PROFILING})
|
||||
if(KMD_PROFILING)
|
||||
add_definitions(-DKMD_PROFILING=${KMD_PROFILING})
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
|
Reference in New Issue
Block a user