Skip to content

Commit f783d0b

Browse files
elvinw-inteligcbot
authored andcommitted
Adjust empty lines and spaces
remove some lines and spaces.
1 parent 15e12ac commit f783d0b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

IGC/AdaptorCommon/customApi.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ SPDX-License-Identifier: MIT
2727
#include "3d/common/iStdLib/File.h"
2828
#endif
2929

30-
3130
namespace {
3231

3332
#ifndef DRIVER_BUILD_ID

IGC/BiFModule/Headers/spirv.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ typedef size_t uintptr_t;
100100
#define HALF_MIN_10_EXP -4
101101
#define HALF_MIN_EXP -13
102102
#define HALF_RADIX 2
103-
104103
#define HALF_MAX ((0x1.ffcp15h))
105104
#define HALF_MIN ((0x1.0p-14h))
106105
#define HALF_EPSILON ((0x1.0p-10h))
@@ -145,7 +144,6 @@ typedef size_t uintptr_t;
145144
#define M_SQRT2 0x1.6a09e667f3bcdp+0
146145
#define M_SQRT1_2 0x1.6a09e667f3bcdp-1
147146

148-
149147
#if defined(cl_khr_fp64)
150148
#define cl_fp64_basic_ops
151149
#endif // cl_fp64_basic_ops
@@ -8003,7 +8001,6 @@ local __namedBarrier *__builtin_spirv_OpNamedBarrierInitialize_i32_p3__namedBarr
80038001
int Count, local __namedBarrier *nb_array, local uint *id);
80048002
void __builtin_spirv_OpMemoryNamedBarrier_p3__namedBarrier_i32_i32(
80058003
local __namedBarrier *NB, Scope_t Memory, uint Semantics);
8006-
80078004
void __builtin_spirv_OpMemoryNamedBarrierWrapperOCL_p3__namedBarrier_i32(
80088005
local __namedBarrier *barrier, cl_mem_fence_flags flags);
80098006
void __builtin_spirv_OpMemoryNamedBarrierWrapperOCL_p3__namedBarrier_i32_i32(

visa/Timer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static const char *timerNames[static_cast<int>(TimerID::NUM_TIMERS)] = {
5454

5555
#define CLOCK_TYPE CLOCK_MONOTONIC
5656

57-
#if !defined(_WIN32)
57+
#if !defined(_WIN32)
5858
bool QueryPerformanceFrequency(LARGE_INTEGER *lpFrequency) {
5959
struct timespec Res;
6060
int iRet;

0 commit comments

Comments
 (0)