Releases: 10x-Engineers/cuda_conditional_compilation
Releases · 10x-Engineers/cuda_conditional_compilation
Release list
Basic CUDA pipeline
This release contains a basic CUDA implementation of array operations in a pipeline.
The pipeline performs:
- Addition
- Subtraction
- Multiplication
Usage:
./main
Description:
- The program creates a random array
- Applies addition
- Then subtraction
- Then multiplication
This release includes:
- Full source code to create executable and pre-built lib.so file
- Code to use the pre-built lib.so file along with the headers to use the shared binary