mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Correct formatting
Change-Id: I592986cb67099136a75d12ad3bc9729c7f85738b Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
b414981a2e
commit
34176a8ea9
@ -9,7 +9,6 @@
|
||||
|
||||
#include "opencl/source/os_interface/ocl_reg_path.h"
|
||||
|
||||
|
||||
namespace NEO {
|
||||
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager(oclRegPath);
|
||||
}
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
#include "opencl/source/os_interface/ocl_reg_path.h"
|
||||
|
||||
|
||||
namespace NEO {
|
||||
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager(oclRegPath);
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
extern void generateSegfaultWithSafetyGuard(SegfaultHelper *segfaultHelper);
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "shared/source/helpers/constants.h"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#ifndef BIT
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <sstream>
|
||||
#include <thread>
|
||||
|
||||
|
||||
namespace NEO {
|
||||
|
||||
std::atomic<int> PerfProfiler::counter(0);
|
||||
|
Reference in New Issue
Block a user