Skip to content

Releases: 10x-Engineers/cuda_conditional_compilation

Basic CUDA pipeline

Choose a tag to compare

@talhatahir-10xe talhatahir-10xe released this 17 Apr 08:02

This release contains a basic CUDA implementation of array operations in a pipeline.

The pipeline performs:

  1. Addition
  2. Subtraction
  3. 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