-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The equal function for THCudaBlas_Sgemm in Aten #842
Comments
Hi @shen1994 do you fix that problem? I'm facing the same problem. What is the THCudaTensor_data corresponding function in ATen? |
Have you find the solution now? |
|
you use original code in the end? |
see testing ops, this will help you. |
What is the equal function for THCudaBlas_Sgemm in Aten??? May Someone tell me???Thanks~~~
THCudaBlas_Sgemm(state, ‘n’, ‘n’, n, m, k, 1.0f,
THCudaTensor_data(state, columns), n,
THCudaTensor_data(state, weight), k, 1.0f,
THCudaTensor_data(state, output_n), n);
The text was updated successfully, but these errors were encountered: