We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sign
Generating tests for the sign kernel, i faced an overload error between clesperanto sign.cl and the OpenCL sign built-in function.
sign.cl
We would ideally like to rely on the built-in function but:
NaN
0.0
signbit()
True
False
Open to rename it differently than pixel_sign in future if better options are proposed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Generating tests for the
sign
kernel, i faced an overload error between clesperantosign.cl
and the OpenCLsign
built-in function.We would ideally like to rely on the built-in function but:
NaN
with0.0
signbit()
True
/False
outputOpen to rename it differently than pixel_sign in future if better options are proposed.
The text was updated successfully, but these errors were encountered: