From 44ba7a0fc7762d0473bceaeb37e7c06ec32663bf Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Thu, 7 Apr 2016 15:55:20 -0500 Subject: [PATCH] Add mixbench link --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 3fdc529571..299701f6c7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -26,7 +26,8 @@ Next: - Deprecate hipDeviceGetProp (Replace with hipGetDeviceProp) - Deprecate hipMallocHost (Replace with hipHostMalloc) - Deprecate hipFreeHost (Replace with hipHostFree) - +- The mixbench benchmark tool for measuring operational intensity now has a HIP target, in addition to CUDA and OpenCL. Let the comparisons begin. :) +See here for more : https://github.com/ekondis/mixbench. ## Revision History: