Skip to content

Commit ebf07b2

Browse files
committed
Ruff.
1 parent d1fd07a commit ebf07b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loopy/target/opencl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def wrap_in_typecast(self, actual_type, needed_dtype, s):
545545
# CL does not perform implicit conversion from float-type to a bool.
546546
from pymbolic.primitives import Comparison
547547
return Comparison(s, "!=", 0)
548-
548+
549549
if needed_dtype == actual_type:
550550
return s
551551

0 commit comments

Comments
 (0)