Correct formatting

Change-Id: I592986cb67099136a75d12ad3bc9729c7f85738b
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2020-10-15 14:09:25 +02:00
committed by sys_ocldev
parent b414981a2e
commit 34176a8ea9
7 changed files with 1 additions and 7 deletions

View File

@ -9,7 +9,6 @@
#include "opencl/source/os_interface/ocl_reg_path.h"
namespace NEO {
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager(oclRegPath);
}

View File

@ -11,7 +11,6 @@
#include "opencl/source/command_stream/aub_command_stream_receiver_hw.h"
#include "opencl/source/command_stream/tbx_command_stream_receiver_hw.h"
#include "opencl/source/device_queue/device_queue_hw.h"
#include "opencl/source/mem_obj/buffer.h"
#include "opencl/source/mem_obj/image.h"
#include "opencl/source/sampler/sampler.h"

View File

@ -9,7 +9,6 @@
#include "opencl/source/os_interface/ocl_reg_path.h"
namespace NEO {
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager(oclRegPath);
}

View File

@ -12,7 +12,6 @@
#include "gmock/gmock.h"
namespace NEO {
struct SurfaceFormatInfo;
@ -112,4 +111,3 @@ class MockGmmResourceInfo : public GmmResourceInfo {
uint32_t mipTailStartLod = 0;
};
} // namespace NEO

View File

@ -11,7 +11,6 @@
#include <string>
extern void generateSegfaultWithSafetyGuard(SegfaultHelper *segfaultHelper);
int main(int argc, char **argv) {

View File

@ -7,6 +7,7 @@
#pragma once
#include "shared/source/helpers/constants.h"
#include <cstdint>
#ifndef BIT

View File

@ -16,7 +16,6 @@
#include <sstream>
#include <thread>
namespace NEO {
std::atomic<int> PerfProfiler::counter(0);