@@ -1746,56 +1746,56 @@ end
1746
1746
initialize_context ()
1747
1747
@gcsafe_ccall libcublas. cublasIsamax_v2_64 (handle:: cublasHandle_t , n:: Int64 ,
1748
1748
x:: CuPtr{Cfloat} , incx:: Int64 ,
1749
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
1749
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
1750
1750
end
1751
1751
1752
1752
@checked function cublasIdamax_v2_64 (handle, n, x, incx, result)
1753
1753
initialize_context ()
1754
1754
@gcsafe_ccall libcublas. cublasIdamax_v2_64 (handle:: cublasHandle_t , n:: Int64 ,
1755
1755
x:: CuPtr{Cdouble} , incx:: Int64 ,
1756
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
1756
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
1757
1757
end
1758
1758
1759
1759
@checked function cublasIcamax_v2_64 (handle, n, x, incx, result)
1760
1760
initialize_context ()
1761
1761
@gcsafe_ccall libcublas. cublasIcamax_v2_64 (handle:: cublasHandle_t , n:: Int64 ,
1762
1762
x:: CuPtr{cuComplex} , incx:: Int64 ,
1763
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
1763
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
1764
1764
end
1765
1765
1766
1766
@checked function cublasIzamax_v2_64 (handle, n, x, incx, result)
1767
1767
initialize_context ()
1768
1768
@gcsafe_ccall libcublas. cublasIzamax_v2_64 (handle:: cublasHandle_t , n:: Int64 ,
1769
1769
x:: CuPtr{cuDoubleComplex} , incx:: Int64 ,
1770
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
1770
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
1771
1771
end
1772
1772
1773
1773
@checked function cublasIsamin_v2_64 (handle, n, x, incx, result)
1774
1774
initialize_context ()
1775
1775
@gcsafe_ccall libcublas. cublasIsamin_v2_64 (handle:: cublasHandle_t , n:: Int64 ,
1776
1776
x:: CuPtr{Cfloat} , incx:: Int64 ,
1777
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
1777
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
1778
1778
end
1779
1779
1780
1780
@checked function cublasIdamin_v2_64 (handle, n, x, incx, result)
1781
1781
initialize_context ()
1782
1782
@gcsafe_ccall libcublas. cublasIdamin_v2_64 (handle:: cublasHandle_t , n:: Int64 ,
1783
1783
x:: CuPtr{Cdouble} , incx:: Int64 ,
1784
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
1784
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
1785
1785
end
1786
1786
1787
1787
@checked function cublasIcamin_v2_64 (handle, n, x, incx, result)
1788
1788
initialize_context ()
1789
1789
@gcsafe_ccall libcublas. cublasIcamin_v2_64 (handle:: cublasHandle_t , n:: Int64 ,
1790
1790
x:: CuPtr{cuComplex} , incx:: Int64 ,
1791
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
1791
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
1792
1792
end
1793
1793
1794
1794
@checked function cublasIzamin_v2_64 (handle, n, x, incx, result)
1795
1795
initialize_context ()
1796
1796
@gcsafe_ccall libcublas. cublasIzamin_v2_64 (handle:: cublasHandle_t , n:: Int64 ,
1797
1797
x:: CuPtr{cuDoubleComplex} , incx:: Int64 ,
1798
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
1798
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
1799
1799
end
1800
1800
1801
1801
@checked function cublasSasum_v2_64 (handle, n, x, incx, result)
@@ -3466,7 +3466,7 @@ end
3466
3466
@gcsafe_ccall libcublas. cublasIamaxEx_64 (handle:: cublasHandle_t , n:: Int64 ,
3467
3467
x:: CuPtr{Cvoid} , xType:: cudaDataType ,
3468
3468
incx:: Int64 ,
3469
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
3469
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
3470
3470
end
3471
3471
3472
3472
@checked function cublasIaminEx (handle, n, x, xType, incx, result)
@@ -3481,7 +3481,7 @@ end
3481
3481
@gcsafe_ccall libcublas. cublasIaminEx_64 (handle:: cublasHandle_t , n:: Int64 ,
3482
3482
x:: CuPtr{Cvoid} , xType:: cudaDataType ,
3483
3483
incx:: Int64 ,
3484
- result:: RefOrCuRef{Cint } ):: cublasStatus_t
3484
+ result:: RefOrCuRef{Int64 } ):: cublasStatus_t
3485
3485
end
3486
3486
3487
3487
@checked function cublasAsumEx (handle, n, x, xType, incx, result, resultType, executiontype)
0 commit comments