Skip to content

Tags: ProjectPhysX/OpenCL-Benchmark

Tags

v1.9

Toggle v1.9's commit message
dp4a now is also supported on AMD RDNA3+ GPUs

v1.8

Toggle v1.8's commit message
Updated OpenCL-Wrapper, added hardware-supported dp4a for AMD/Intel G…

…PUs too, updated benchmark examples in Readme

v1.7

Toggle v1.7's commit message
Minor cosmetics

v1.6

Toggle v1.6's commit message
Automatically use zero-copy buffers on CPUs/iGPUs, bandwidth kernels …

…now write non-zero data

v1.5

Toggle v1.5's commit message
Removed wait() call at the end of benchmark on Linux

v1.4

Toggle v1.4's commit message
Cosmetics

v1.3

Toggle v1.3's commit message
Fixed terrible performance on ARM GPUs by macro-replacing fused-multi…

…ply-add (fma) with a*b+c, added automatic OS detection in make.sh

v1.2

Toggle v1.2's commit message
Added operating system info to OpenCL device driver version printout

v1.1

Toggle v1.1's commit message
Fixed several issues with macOS

v1.0

Toggle v1.0's commit message
Minor cosmetics in Readme