@@ -1073,32 +1073,32 @@ try
10731073 " Leading dimension of matrix D, is only applicable to BLAS-EX " )
10741074
10751075 (" stride_a" ,
1076- value<hipblas_int >(&arg.stride_a )->default_value (128 *128 ),
1076+ value<hipblasStride >(&arg.stride_a )->default_value (128 *128 ),
10771077 " Specific stride of strided_batched matrix A, is only applicable to strided batched"
10781078 " BLAS-2 and BLAS-3: second dimension * leading dimension." )
10791079
10801080 (" stride_b" ,
1081- value<hipblas_int >(&arg.stride_b )->default_value (128 *128 ),
1081+ value<hipblasStride >(&arg.stride_b )->default_value (128 *128 ),
10821082 " Specific stride of strided_batched matrix B, is only applicable to strided batched"
10831083 " BLAS-2 and BLAS-3: second dimension * leading dimension." )
10841084
10851085 (" stride_c" ,
1086- value<hipblas_int >(&arg.stride_c )->default_value (128 *128 ),
1086+ value<hipblasStride >(&arg.stride_c )->default_value (128 *128 ),
10871087 " Specific stride of strided_batched matrix C, is only applicable to strided batched"
10881088 " BLAS-2 and BLAS-3: second dimension * leading dimension." )
10891089
10901090 (" stride_d" ,
1091- value<hipblas_int >(&arg.stride_d )->default_value (128 *128 ),
1091+ value<hipblasStride >(&arg.stride_d )->default_value (128 *128 ),
10921092 " Specific stride of strided_batched matrix D, is only applicable to strided batched"
10931093 " BLAS_EX: second dimension * leading dimension." )
10941094
10951095 (" stride_x" ,
1096- value<hipblas_int >(&arg.stride_x )->default_value (128 ),
1096+ value<hipblasStride >(&arg.stride_x )->default_value (128 ),
10971097 " Specific stride of strided_batched vector x, is only applicable to strided batched"
10981098 " BLAS_2: second dimension." )
10991099
11001100 (" stride_y" ,
1101- value<hipblas_int >(&arg.stride_y )->default_value (128 ),
1101+ value<hipblasStride >(&arg.stride_y )->default_value (128 ),
11021102 " Specific stride of strided_batched vector y, is only applicable to strided batched"
11031103 " BLAS_2: leading dimension." )
11041104
0 commit comments