Skip to content

Releases: ProjectPhysX/OpenCL-Benchmark

OpenCL-Benchmark v1.3

02 May 20:05
Compare
Choose a tag to compare
  • workaround for Nvidia driver bug: enqueueFillBuffer is broken for large buffers on Nvidia GPUs
  • fixed slow numeric drift issues
  • fixed terrible performance on ARM GPUs by macro-replacing fused-multiply-add (fma) with a*b+c
  • added automatic OS detection in make.sh

OpenCL-Benchmark v1.2

07 Dec 19:11
Compare
Choose a tag to compare
  • corrected TFlops/s estimate for Intel Data Center GPU Max series
  • made correction of wrong memory reporting on Intel Arc more robust
  • made CPU/GPU buffer initialization significantly faster with std::fill and enqueueFillBuffer
  • added operating system info to OpenCL device driver version printout
  • bug fix in print_message() function in utilities.hpp

OpenCL-Benchmark v1.1

30 Apr 22:04
Compare
Choose a tag to compare
  • fixed several issues with macOS

OpenCL-Benchmark v1.0

30 Apr 18:14
Compare
Choose a tag to compare

Initial Release. Have fun!