Skip to content
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

Open
shen1994 opened this issue Oct 11, 2019 · 5 comments
Open

The equal function for THCudaBlas_Sgemm in Aten #842

shen1994 opened this issue Oct 11, 2019 · 5 comments

Comments

@shen1994
Copy link

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);

@vandesa003
Copy link

Hi @shen1994 do you fix that problem? I'm facing the same problem. What is the THCudaTensor_data corresponding function in ATen?

@Looottch
Copy link

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);

Have you find the solution now?

@shen1994
Copy link
Author

ind the solution no

see https://github.com/shen1994/DepthAwareStereo

@Looottch
Copy link

ind the solution no

see https://github.com/shen1994/DepthAwareStereo

you use original code in the end?

@shen1994
Copy link
Author

ind the solution no

see https://github.com/shen1994/DepthAwareStereo

you use original code in the end?

see testing ops, this will help you.
Cause cpp_extension has been used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants