Skip to content

Fix compiler warnings in PetscCuBLASIntCast() and friends

Jose E. Roman requested to merge jose/fix-warning-intcast into main

warning: ‘lda’ may be used uninitialized in this function [-Wmaybe-uninitialized] when lda has been set with PetscCuBLASIntCast().

All related PetscXXXIntCast() functions are implemented in the same way.

Extends the fix 73f49a0b

Merge request reports