From 977e71b9decb2c496156b8d185c1d9f2c4022188 Mon Sep 17 00:00:00 2001 From: Rob Falgout Date: Tue, 25 May 2021 21:35:30 -0700 Subject: [PATCH] CHANGELOG adjustments --- CHANGELOG | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0169127d2..736e29275 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,9 +10,12 @@ Version 2.21.0 released 2021/05/25 - Changed GPU defaults and changed default CUDA arch to 70. -- Added new interfaces: HYPRE_SetSpGemmUseCusparse(1) to select cuSPARSE SpGeMM or hypre's if 0; HYPRE_SetUseGpuRand(1) to use cuRand for PMIS or CPU RNG if 0; - HYPRE_SetMemoryLocation to select default memory location; HYPRE_SetExecutionPolicy to select default execution policy. -- Changed configure option: --enable-cub --> --enable-device-memory-pool; --enable-nvtx --> --enable-gpu-profiling +- Added new interfaces: HYPRE_SetSpGemmUseCusparse(1) to select cuSPARSE SpGeMM + or hypre's MM (if 0); HYPRE_SetUseGpuRand(1) to use cuRand for PMIS or CPU RNG + (if 0); HYPRE_SetMemoryLocation to select default memory location; + HYPRE_SetExecutionPolicy to select default execution policy. +- Changed configure option: --enable-cub --> --enable-device-memory-pool; + --enable-nvtx --> --enable-gpu-profiling - Added new configure options: --with-cuda-home=DIR; --with-gpu-arch=ARG - Added GPU build options to CMake. - Added a new HYPRE_RELEASE_NUMBER macro.