46
edits
Changes
→PHASE 3
== PHASE 3 ==
* Optimize attempt
We have tried to optimize the maze program. However, the result of optimization did not improve the speed of the program. In fact, it made the program slower than the parallelization but only a little bit faster than the serial.
Instead, we decided to use share memory in the GPU to improve the speed of the program. However, the maze image does not showing correctly.
== Presentation ==