Skip to content

Commit

Permalink
cosmetic corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Mar 19, 2024
1 parent 42639ed commit ac93c14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(${MODULE_NAME}_SOURCES
mutable_command_local_size.cpp
mutable_command_global_offset.cpp
mutable_command_full_dispatch.cpp
mutable_command_multiple_dispatches.cpp
mutable_command_multiple_dispatches.cpp
../basic_command_buffer.cpp
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
namespace {

////////////////////////////////////////////////////////////////////////////////
// command buffer with multiple command handles dispatch tests
// command buffer with multiple command handles dispatch test

struct MultipleCommandsDispatch : BasicMutableCommandBufferTest
{
Expand All @@ -47,7 +47,7 @@ struct MultipleCommandsDispatch : BasicMutableCommandBufferTest
sizeof(mutable_capabilities), &mutable_capabilities, nullptr)
&& mutable_capabilities & CL_MUTABLE_DISPATCH_ARGUMENTS_KHR;

// require at least mutable arguments capabillity
// require mutable arguments capabillity
return !mutable_support;
}

Expand Down Expand Up @@ -188,13 +188,13 @@ struct MultipleCommandsDispatch : BasicMutableCommandBufferTest
error = clFinish(queue);
test_error(error, "clFinish failed");

// Check the results of the modified execution
// check the results of the modified execution
if (!verify_result(new_out_mem, pattern_sec)) return TEST_FAIL;

return TEST_PASS;
}

// all available command mutable dispatch test attributes
// mutable dispatch test attributes
cl_mutable_command_khr command_pri;
cl_mutable_command_khr command_sec;

Expand Down

0 comments on commit ac93c14

Please sign in to comment.