Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and hfp committed Mar 1, 2024
1 parent 0c393d7 commit 24f24f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acc/opencl/acc_opencl.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ typedef struct c_dbcsr_acc_opencl_device_t {
cl_int (*clSetKernelArgMemPointerINTEL)(cl_kernel, cl_uint, const void*);
cl_int (*clEnqueueMemFillINTEL)(cl_command_queue, void*, const void*, size_t, size_t, cl_uint, const cl_event*, cl_event*);
cl_int (*clEnqueueMemcpyINTEL)(cl_command_queue, cl_bool, void*, const void*, size_t, cl_uint, const cl_event*, cl_event*);
void* (*clDeviceMemAllocINTEL)(cl_context, cl_device_id, const void/*cl_mem_properties_intel*/*, size_t, cl_uint, cl_int*);
void* (*clDeviceMemAllocINTEL)(cl_context, cl_device_id, const void /*cl_mem_properties_intel*/*, size_t, cl_uint, cl_int*);
cl_int (*clMemFreeINTEL)(cl_context, void*);
} c_dbcsr_acc_opencl_device_t;

Expand Down

0 comments on commit 24f24f2

Please sign in to comment.