diff --git a/src/gpu/intel/ocl/mdapi/.clang-format b/src/gpu/intel/ocl/mdapi/.clang-format deleted file mode 100644 index 068185552a0..00000000000 --- a/src/gpu/intel/ocl/mdapi/.clang-format +++ /dev/null @@ -1,18 +0,0 @@ -#=============================================================================== -# Copyright 2019-2020 Intel Corporation -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -#=============================================================================== - -DisableFormat : true -SortIncludes: false diff --git a/src/gpu/intel/ocl/mdapi_utils.cpp b/src/gpu/intel/ocl/mdapi_utils.cpp index a5a903723f9..d8a0a7d6b32 100644 --- a/src/gpu/intel/ocl/mdapi_utils.cpp +++ b/src/gpu/intel/ocl/mdapi_utils.cpp @@ -28,8 +28,8 @@ #include #include -#include "gpu/intel/ocl/mdapi/metrics_discovery_api.h" #include "gpu/intel/ocl/ocl_utils.hpp" +#include "mdapi/metrics_discovery_api.h" #ifndef CL_PROFILING_COMMAND_PERFCOUNTERS_INTEL #define CL_PROFILING_COMMAND_PERFCOUNTERS_INTEL 0x407F diff --git a/src/gpu/intel/ocl/mdapi/metrics_discovery_api.h b/third_party/mdapi/metrics_discovery_api.h similarity index 100% rename from src/gpu/intel/ocl/mdapi/metrics_discovery_api.h rename to third_party/mdapi/metrics_discovery_api.h