mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
refactor HwTS and HWPerf tag allocators
- use full type specification and remove casts in MemoryManager - remove TagAllocatorBase not used any more - make TagAllocator to be profiling/instrumentation agnostic - unify UnlimitedTagCount and make part of TagAllocator Change-Id: I7b5b1ed83aa5e1f0839f611db0530d7e062a3c25 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
09401632b7
commit
ef5bd7ec5b
@@ -40,7 +40,6 @@ set(RUNTIME_SRCS_UTILITIES_BASE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/spinlock.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/stackvec.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tag_allocator.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tag_allocator_base.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/timer_util.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/vec.h
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user