Sorry if this is obvious, I can’t seem to find any official docs indicating whether I can use equivalently a type constructor in a kernel instead of casting:
int intValue = (int) floatValue <=> int intValue = int(floatValue) ?
The latter one seems to work, is this fully supported?
Thanks,
O.