From d6acd75dc9256714071a03388bf5544e7f364ff0 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Thu, 7 Apr 2016 15:55:20 -0500 Subject: [PATCH] Add mixbench link --- hipamd/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hipamd/RELEASE.md b/hipamd/RELEASE.md index 3fdc529571..299701f6c7 100644 --- a/hipamd/RELEASE.md +++ b/hipamd/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: