1. Add optional looper kernels to take command line input for the number of groups and groupSize 2. Add GEOMEAN value calculation of the kernels 3. Instructions on configure HIP environment in the README.md 4. Add results for HIP on FIJI Nano, TITAN X; CUDA on TITAN X 5. Run script to optionally run HIP version with groups and groupSize options
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
./gpu-stream-hip
|
|
./gpu-stream-hip --groups 64 --groupSize 256
|
|
./gpu-stream-hip --float
|
|
./gpu-stream-hip --float --groups 64 --groupSize 256
|