CUDA does not have an intrinsic function to operate “&”. However, in c/c++ you can still use the intrinsic bitwise __and() to get the same result in your kernel method, or in python for example by cupy you can this.
In Julia, it is not possible to does bitwise “&” in kernel functions, So no CUDA version and no Julia version. Any idea? Suggestion?