Fixed bug in VectorOperationsCuda
The lambdas add1 and add2 used the Vector copy-constructor when capturing x, which made a deep copy.
Loading
Please sign in to comment
The lambdas add1 and add2 used the Vector copy-constructor when capturing x, which made a deep copy.