

- #OPENCL BENCHMARK HEADLESS INSTALL#
- #OPENCL BENCHMARK HEADLESS DRIVER#
- #OPENCL BENCHMARK HEADLESS VERIFICATION#
the sources are available here: (tag: luxmark_v4.0)
#OPENCL BENCHMARK HEADLESS INSTALL#
Linux 64bit: ( Note: You have to install Qt5 from your distribution in order to run the Linux executable) Windows 64bit: ( Note: you have to install the Microsoft Visual C++ Redistributable for Visual Studio 2017 in order to run the Windows executable)
#OPENCL BENCHMARK HEADLESS VERIFICATION#
ext-info (print scene and image verification too with -single-run) single-run (run the benchmark, print the result to the stdout and exit) mode=BENCHMARK_OCL_GPU|BENCHMARK_OCL_CPUGPU|BENCHMARK_OCL_CPU|BENCHMARK_OCL_CUSTOM|BENCHMARK_HYBRID|BENCHMARK_HYBRID_CUSTOM|BENCHMARK_NATIVE|STRESSTEST_OCL_GPU|STRESSTEST_OCL_CPUGPU|STRESSTEST_OCL_CPU|STRESSTEST_HYBRID|STRESSTEST_NATIVE|DEMO_LUXCOREUI|PAUSE (select the mode to use) scene=FOOD|HALLBENCH|WALLPAPER (select the scene to use) However Intel OpenImageDenoise is a CPU-only task and it is not part of the benchmark result.Ĭommand line options Usage. A comparison between raw and denoised image is shown at the end of the benchmark or during the stress test.
#OPENCL BENCHMARK HEADLESS DRIVER#
Unfortunately this means that this new driver has inherited an issue that occurs with ROC. I understand a new feature of 20.45 is the backend, it's no longer PAL, it's now ROC. To add insult to injury, because the module fails to build, it will blacklist amdgpu, causing Ubunto to use the wrong driver, and screen resolution on reboot! However it does install OpenCL, so after it has failed I remove amdgpu-dkms, and the blacklist. This is working well with amdgpu-pro 20.40, but 20.45 is just ignoring the -no-dkms part, and tries to create, and install the module anyway. That's why I'm installing it like so: amdgpu-install -no-dkms -headless -opencl=rocr Because I'm installing OpenCL on kernel 5.8, I don't want to build kernel module amdgpu, as this will fail. I'm installing the OpenCL driver from amdgpu-pro on Ubuntu 20.10.
