Skip to content

Commit

Permalink
NFC: spirv_new - test_decorate: fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
cycheng committed Jun 20, 2024
1 parent ce1b216 commit 9054052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_conformance/spirv_new/test_decorate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ int verify_saturated_results(cl_device_id deviceID, cl_context context,

for (int i = 0; i < num; i++)
{
To val = compute_saturated_output<Ti, Tl, To>(h_lhs[i], h_rhs[i], half_rounding);
To val = compute_saturated_output<Ti, Tl, To>(h_lhs[i], h_rhs[i],
half_rounding);

if (val != h_res[i])
{
Expand Down

0 comments on commit 9054052

Please sign in to comment.