74cfd643d39bb312852ba36d5f83b756280dd764,scikits/cuda/cula.py,,,#,1039
Before Change
int(y), incy)
culaCheckStatus(status)
if __name__ == "__main__":
import doctest
doctest.testmod()
After Change
culaCheckStatus(status)
try:
_libcula.culaDeviceSgeTranspose.restype = \
_libcula.culaDeviceDgeTranspose.restype = \
_libcula.culaDeviceCgeTranspose.restype = \
_libcula.culaDeviceZgeTranspose.restype = int
_libcula.culaDeviceSgeTranspose.argtypes = \
_libcula.culaDeviceDgeTranspose.argtypes = \
_libcula.culaDeviceCgeTranspose.argtypes = \
_libcula.culaDeviceZgeTranspose.argtypes = [ctypes.c_int,
ctypes.c_int,
ctypes.c_void_p,
ctypes.c_int,
ctypes.c_void_p,
ctypes.c_int]
except AttributeError:
pass
def culaDeviceSgeTranspose(m, n, A, lda, B, ldb):
Transpose of real general matrix.
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 23
Instances
Project Name: lebedov/scikit-cuda
Commit Name: 74cfd643d39bb312852ba36d5f83b756280dd764
Time: 2011-04-06
Author: lev@columbia.edu
File Name: scikits/cuda/cula.py
Class Name:
Method Name:
Project Name: lebedov/scikit-cuda
Commit Name: 211971aa63bc5cb957fed2e59489116eafe9292c
Time: 2011-03-08
Author: lev@columbia.edu
File Name: scikits/cuda/cula.py
Class Name:
Method Name:
Project Name: lebedov/scikit-cuda
Commit Name: 74cfd643d39bb312852ba36d5f83b756280dd764
Time: 2011-04-06
Author: lev@columbia.edu
File Name: scikits/cuda/cula.py
Class Name:
Method Name:
Project Name: lebedov/scikit-cuda
Commit Name: 4c143c884a854842bc1fbe616487c2846165796c
Time: 2011-03-30
Author: lev@columbia.edu
File Name: scikits/cuda/cula.py
Class Name:
Method Name: