Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

cpuCOP-cuda-original-sub

Compare
Choose a tag to compare
@havahol havahol released this 16 Oct 09:32
· 1115 commits to master since this release
a126bab

The original untuned CUDA version of the GPU Ocean code used to obtain the submitted results of the paper "Comparing performance and usability of CUDA and OpenCL with Python", by Brodtkorb, Holm and Sætra.

The paper compares four releases of the GPU Ocean code:

  • cpuCOP-opencl-original-sub: The original OpenCL code
  • cpuCOP-cuda-original-sub: The original CUDA code, ported from original OpenCL
  • cpuCOP-main-cuda-tuned-sub: The tuned CUDA code, and scripts for running the experiments
  • cpuCOP-opencl-tuned-sub: The tuned OpenCL code, ported from tuned CUDA code.

(bold marks this release)