Skip to content

Commit 7d2268a

Browse files
committed
formatting
1 parent 8d75566 commit 7d2268a

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

unified-runtime/source/adapters/opencl/context.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ struct ur_context_handle_t_ : ur::opencl::handle_base {
5050
clReleaseContext(CLContext);
5151
}
5252
}
53-
5453
};

unified-runtime/source/adapters/opencl/device.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,4 @@ struct ur_device_handle_t_ : ur::opencl::handle_base {
108108

109109
return UR_RESULT_SUCCESS;
110110
}
111-
112111
};

unified-runtime/source/adapters/opencl/memory.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ struct ur_mem_handle_t_ : ur::opencl::handle_base {
3737
static ur_result_t makeWithNative(native_type NativeMem,
3838
ur_context_handle_t Ctx,
3939
ur_mem_handle_t &Mem);
40-
4140
};

unified-runtime/source/adapters/opencl/program.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ struct ur_program_handle_t_ : ur::opencl::handle_base {
4343
static ur_result_t makeWithNative(native_type NativeProg,
4444
ur_context_handle_t Context,
4545
ur_program_handle_t &Program);
46-
4746
};

0 commit comments

Comments
 (0)