lundi 3 septembre 2018

Cublas transpose operation

I am trying to transpose the matrix d_rik which is (NK) to KN

The following returns error : CUBLAS_STATUS_EXECUTION_FAILED

float al=1.0f;
float bet=0.0f;
        stat=cublasSgeam(handle,CUBLAS_OP_T,CUBLAS_OP_T,K,N,&al,d_r_ik,N,&bet,d_r_ik,N,d_r_ik_t,N);

i defined all the matrices before on the device.

Aucun commentaire:

Enregistrer un commentaire