Skip to content

Commit

Permalink
formatting and add parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
kpet committed Nov 29, 2023
1 parent 4e1c20f commit c817d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_conformance/allocations/allocation_execute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int check_image(cl_command_queue queue, cl_mem mem) {
}


#define NUM_OF_WORK_ITEMS 8192*32
#define NUM_OF_WORK_ITEMS (8192 * 32)

int execute_kernel(cl_context context, cl_command_queue *queue, cl_device_id device_id, int test, cl_mem mems[], int number_of_mems_used, int verify_checksum) {

Expand Down

0 comments on commit c817d2e

Please sign in to comment.