Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 342 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 342 Bytes

BlackScholes Examples

  • blackscholes.py: numpy implementation
  • blackscholes_numba.py: numba implementation
  • blackscholes_cuda.py: numba cuda implementation

Run benchmark for all three versions

python blackscholes_cuda.py

Run benchmark for numpy and numba versions.

python blackscholes_numba.py