An open API service indexing awesome lists of open source software.

https://github.com/ivanbgd/cuda_quad_c

Calculates a definite integral by using three different rules. Compares sequential to parallel implementations.
https://github.com/ivanbgd/cuda_quad_c

cuda integrals parallel-implementations

Last synced: about 1 year ago
JSON representation

Calculates a definite integral by using three different rules. Compares sequential to parallel implementations.

Awesome Lists containing this project

README

          

# CUDA_Quad_C
Calculates a definite integral by using three different rules. Compares sequential to parallel implementations.

Contains three different variants of parallel implementations (v1, v2-1, v2-3) than can be compared to each other.

Output files contain results of running the programs, under Linux environment.

A bash script "run" is also included, though the programs have default values to work with.