-
Notifications
You must be signed in to change notification settings - Fork 40
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
Is Winograd code available? #2
Comments
Thank you for listening! We plan to open source the Winograd implementation later. Before that, we will add more examples including saxpy and GEMM. |
Hi! Any update on the saxpy and GEMM examples? Turingas looks super useful, thank you! |
Hi, I have read your paper and very interested in the program. Is there any update of the CUDA program of the Winograd Algorithm? I've also read the code of Xuqiantong's CUDA-Winograd repositories (https://github.com/daadaada/CUDA-Winograd) and think the implement of the matrix multiplication need more optimization. I'd like to know how you implement this algorithm, thx! |
same question, where to find the code which the paper described |
hey, Is it possible to see the example where you reorder the sass instruction for better latency hiding? Many thanks Best, |
I just attended your presentation. Is there anywhere I can find the Winograd code as described in your paper? Much appreciate it.
The text was updated successfully, but these errors were encountered: