mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
Fix compilation with OCL_RUNTIME_PROFILING
Change-Id: Ib07543fb5f6048e99cdd198111ba88309da2c3e8 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
0a927f8cdc
commit
72a5c2c6c4
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -9,7 +9,3 @@
|
||||
|
||||
#define PATH_SEPARATOR '/'
|
||||
#define __cdecl
|
||||
namespace OCLRT {
|
||||
class PerfProfiler;
|
||||
extern thread_local PerfProfiler *gPerfProfiler;
|
||||
}; // namespace OCLRT
|
||||
|
||||
Reference in New Issue
Block a user