Skip to content

Commit

Permalink
Corrections due to code review
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Mar 25, 2024
1 parent 887c4aa commit 1363d57
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
namespace {

////////////////////////////////////////////////////////////////////////////////
// command buffer with overwritten mutable dispatch test
// Test calling clUpdateMutableCommandsKHR() several times on the same
// command-handle and make sure that the most recent value persists.

struct OverwriteUpdateDispatch : BasicMutableCommandBufferTest
{
Expand Down Expand Up @@ -70,7 +71,7 @@ struct OverwriteUpdateDispatch : BasicMutableCommandBufferTest
test_error(error, "Failed to build program");

kernel = clCreateKernel(program, "fill", &error);
test_error(error, "Failed to create copy kernel");
test_error(error, "Failed to create fill kernel");

return CL_SUCCESS;
}
Expand Down

0 comments on commit 1363d57

Please sign in to comment.