winograd-algorithm
There are 7 repositories under winograd-algorithm topic.
alibaba/MNN
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba. Full multimodal LLM Android App:[MNN-LLM-Android](./apps/Android/MnnLlmChat/README.md). MNN TaoAvatar Android - Local 3D Avatar Intelligence: apps/Android/Mnn3dAvatar/README.md
jafermarq/WinogradAwareNets
Official implementation of "Searching for Winograd-aware Quantized Networks" (MLSys'20)
elphinkuo/fast_matrix_multiplication
Different matrix multiplication implementation and benchmarking on CPUs
yester31/Winograd_Conv2d_cpp
Winograd Convolution Implementation using by cpp
tonitaga/parallel_algorithms
Implementation of parallel algorithms and comparison from speed of operation with sequential implementation. Algorithms: Ant Colony Optimization Algorithm, Gauss Algorithm, Winograd Algorithm
Ulqiora/MultithreadedProgramming
This repository deals with algorithms that I have implemented with multithreading
yester31/Winograd_Strassen_Conv2d_cpp
winograd with strassen algorithm implementation