Skip to content

venkateshreddypala/VectorAdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

VectorAdd

Using CUDA to add vectors For running this particular programme we need to install numpy into your local dependency

Numba uses Python decorators to transform Python functions into functions that compile themselves. The most common Numba decorator is @jit, which creates a normal function for execution on the CPU.

Numba works best on numerical functions that make use of NumPy arrays.

This helps in the processing of the vectors.

Releases

No releases published

Packages

No packages published

Languages