thilinarmtb / nvrtc-mul-div

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Program

mkdir build; cd build; cmake ..; make; cd -

Run Program

[thilina@login]$ ./build/vec 0 5000000
div selected.
CUDA kernel launch with 19532 blocks of 256 threads
Time = 0.000075
[thilina@login]$ ./build/vec 1 5000000
mul selected.
CUDA kernel launch with 19532 blocks of 256 threads
Time = 0.000076

About


Languages

Language:C++ 96.6%Language:CMake 3.4%