Bug: Fix code incesure issue of integer overflow in cublas function (#290)
**Description** Fix insecure issue of Multiplication result converted to larger type. **Major Revision** - Use a cast to ensure that the multiplication is done using the long long to avoid overflow.
Showing
Please register or sign in to comment