qanastek / Concurency-Tetravex

This software is an fast and reliable tetravex solver based on C++ and CUDA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This software is an fast and reliable tetravex solver based on C++ and CUDA.

Dependencies

Run the project

  • Start the project
    • make para

Speeds

Method 5x5 6x6 7x7 8x8
Seq 3,838s 4,207s 0m20.116s 7m38.411s
Parallal 0m5.633s 0m6.214s 0m38.047s No RAM
Pool 0m7.624s 0m8.736s 0m28.154s No RAM

Architecture

About

This software is an fast and reliable tetravex solver based on C++ and CUDA.


Languages

Language:C++ 96.3%Language:Makefile 3.7%