From 96d528311239d6ff82d7bec807a2509b344c9a60 Mon Sep 17 00:00:00 2001 From: gpgpu-sim Date: Sat, 10 Sep 2016 11:44:16 -0400 Subject: Paper to cite for CDP support --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 4883e93..4eb0651 100644 --- a/README +++ b/README @@ -24,6 +24,12 @@ Tor M. Aamodt, Vijay Janapa Reddi, GPUWattch: Enabling Energy Optimizations in GPGPUs, In proceedings of the ACM/IEEE International Symposium on Computer Architecture (ISCA 2013), Tel-Aviv, Israel, June 23-27, 2013. +If you use the support for CUDA dynamic parallelism in your research, please cite: + +Jin Wang and Sudhakar Yalamanchili, Characterization and Analysis of Dynamic +Parallelism in Unstructured GPU Applications, 2014 IEEE International Symposium +on Workload Characterization (IISWC), November 2014. + If you use figures plotted using AerialVision in your publications, please cite: Aaron Ariel, Wilson W. L. Fung, Andrew Turner, Tor M. Aamodt, Visualizing -- cgit v1.3 From be451de4abf4fac2ea4b8bd2a79c6037ac635990 Mon Sep 17 00:00:00 2001 From: gpgpu-sim Date: Tue, 11 Jul 2017 15:23:17 -0700 Subject: Update README updating description of CUDA versions --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 4eb0651..6e2d734 100644 --- a/README +++ b/README @@ -5,7 +5,8 @@ AerialVision and a configurable and extensible energy model called GPUWattch. GPGPU-Sim and GPUWattch have been rigorously validated with performance and power measurements of real hardware GPUs. -This version of GPGPU-Sim has been tested with CUDA version 2.3, 3.1 and 4.0. +This version of GPGPU-Sim has been tested with CUDA version 2.3, 3.1, 4.0, +5.0, 5.5, 6.0 and 7.5. Please see the copyright notice in the file COPYRIGHT distributed with this release in the same directory as this file. -- cgit v1.3