Skip to content

Commit

Permalink
rm abs in greater_than test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daming5432 committed Aug 5, 2021
1 parent 6979011 commit b0af5b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ __kernel void greater_than(__read_only image2d_t input_x,
(CL_DTYPE)(out_tmp.y),
(CL_DTYPE)(out_tmp.z),
(CL_DTYPE)(out_tmp.w));
out = fabs(out);
WRITE_IMG_TYPE(CL_DTYPE_CHAR, output, (int2)(x, y), out);
}

0 comments on commit b0af5b4

Please sign in to comment.