Device-DB: Using scalar types for vector operations.
Vector types lead to compilation issues on NVIDIA GPUs with abs(), since x = abs(y) does not compile due to incompatible vector types.
Loading
Please register or sign in to comment
Vector types lead to compilation issues on NVIDIA GPUs with abs(), since x = abs(y) does not compile due to incompatible vector types.