Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kagaya85/mpi_convolution
🍜Use MPI for a BMP image convolution calculation
https://github.com/kagaya85/mpi_convolution
Last synced: about 2 months ago
JSON representation
🍜Use MPI for a BMP image convolution calculation
- Host: GitHub
- URL: https://github.com/kagaya85/mpi_convolution
- Owner: kagaya85
- Created: 2019-04-20T18:55:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T16:18:19.000Z (over 5 years ago)
- Last Synced: 2024-10-15T22:41:08.084Z (3 months ago)
- Language: C++
- Homepage:
- Size: 30.5 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MPI_Convolution
Use MPI for a BMP image convolution calculation## Optimize
* `main.cpp`
* No optimize
* `mainx.cpp`
* Reduce multiplicate operation
* `mainxx.cpp`* Unfold `for` circulation
* Instruction parallel
* `yyy.cpp`
* best version
* Optimized by [APTXOUS]()