Skip to content

OpenCL-Benchmark v1.3

Compare
Choose a tag to compare
@ProjectPhysX ProjectPhysX released this 02 May 20:05
· 26 commits to master since this release
  • 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