Update README.md

This commit is contained in:
hamidrezanorouzi 2022-08-26 18:54:24 +04:30 committed by GitHub
parent 3893731b2b
commit 621d9065c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -10,9 +10,15 @@ phasicFlow should work with every gnu compiler that implements C++17 standards.
* CPU builds: It requires gcc-6.x or higher.
* GPU (CUDA): NVCC-10.x or higher.
# How to build
# How to use
# How to build?
phasicFlow uses CMake as the build system. you need to have CMake-3.22 or higher installed on your machine.
## build for serial execution
## build for parallel execution on CPU
## build for parallel execution on CUDA-enabled GPUs
# How to use phasicFlow?