mixbench
mixbench copied to clipboard
A GPU benchmark tool for evaluating GPUs and CPUs on mixed operational intensity kernels (CUDA, OpenCL, HIP, SYCL, OpenMP)
I've added a HIP result for my GPU and latest ROCM. I'm not sure if the numbers are good / low / high for this GPU.
Hello, I am currently benchmarking the Apple M1 SoC for my bachelor thesis. For the GPU I found this fancy tool, but the results are totally off. First though, while...
Stock Ubuntu 20.04, CUDA 11.2 : ``` root@gpu:~/mixbench/build-cuda# ./mixbench-cuda-alt mixbench/alternating (v0.03-15-g514c757) ------------------------ Device specifications ------------------------ Device: GeForce RTX 2080 Ti CUDA driver version: 11.20 GPU clock rate: 1545 MHz Memory...
I have installed the vanillad ROCm from https://github.com/ROCm-Developer-Tools/HIP/blob/master/INSTALL.md I then set the HIP_PATH to this installation cmake completes and gives the following build directory: CMakeCache.txt CMakeFiles cmake_install.cmake Makefile However, running...
This benchmark only tests the situation of storing data in global memories, would it be sense-making if we benchmark in the same manner but using constant and local memory instead?...
the README.md in the cuda directory claims, "Building should be straightforward by using the respective `CMakeList.txt` file." But it is not straightforward at all. when I try "cmake .", it...
I have try to build and run mixbench-ocl on Snapdragon 8 Gen2, its GPU is Adreno. ``` Total global mem: 7629 MB -- Max allowed buffer: 1024 MB OpenCL version: ...
Hi bro. What do you mean by variables "elements per workitem" and “workitem fusion degree” defined in the function?
OS: Windows 11 Compiler: Visual Studio 2022 MSVC OpenCL SDK: KhronosGroup OpenCL SDK(https://github.com/KhronosGroup/OpenCL-Guide/blob/main/chapters/getting_started_windows.md) mixbench-ocl > mixbench-ocl () > Use "-h" argument to see available options > ------------------------ Device specifications ------------------------...
I had a bit of fun with this nifty little utility, I had to make a small modification to allow me to benchmark multiple GPUs on the same system. It's...