Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekt3421 committed Aug 28, 2024
1 parent 24f0eb8 commit 5b543ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ cvk_create_command_queue(cl_context context, cl_device_id device,

cl_int err = CL_SUCCESS;
if (!(config.ignore_out_of_order_execution.set &&
config.ignore_out_of_order_execution())) {
config.ignore_out_of_order_execution())) {
// We do not support out of order command queues so this must fail
if (properties & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE &&
!out_of_order_device_support(device, err)) {
Expand Down

0 comments on commit 5b543ee

Please sign in to comment.