From 7b3b7831375e4cb14a100c9efc6a6ecef31bba83 Mon Sep 17 00:00:00 2001 From: mkhairy Date: Wed, 17 Oct 2018 20:36:51 -0400 Subject: Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index cb59241..986f33e 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Analyzing CUDA Workloads Using a Detailed GPU Simulator, in IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS), Boston, MA, April 19-21, 2009. -If you use GPGPU-Sim 3.3 version in your research, please cite: +If you use GPGPU-Sim version 3.3 with Volta model in your research, please cite: Mahmoud Khairy, Jain Akshay, Tor Aamodt, Timothy G Rogers, " Exploring Modern GPU Memory System Design Challenges through Accurate Modeling", arXiv:1810.07269, https://arxiv.org/abs/1810.07269 -- cgit v1.3 From 4efc9869d7e56c3b691fc9c5661b17c1c76f8b8d Mon Sep 17 00:00:00 2001 From: tgrogers Date: Tue, 23 Oct 2018 10:03:17 -0400 Subject: slight delta to README --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 986f33e..3525e08 100644 --- a/README +++ b/README @@ -5,8 +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, 4.0, -5.0, 5.5, 6.0 and 7.5. +This version of GPGPU-Sim has been tested with CUDA version 4.2, +5.0, 5.5, 6.0 and 7.5, 8.0, 9.0, 9.1 Please see the copyright notice in the file COPYRIGHT distributed with this release in the same directory as this file. @@ -18,9 +18,10 @@ Analyzing CUDA Workloads Using a Detailed GPU Simulator, in IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS), Boston, MA, April 19-21, 2009. -If you use GPGPU-Sim version 3.3 with Volta model in your research, please cite: +If you use the memory system in GPGPU-Sim, or the Volta/Pascal models, +please cite: Mahmoud Khairy, Jain Akshay, Tor Aamodt, Timothy G Rogers, -" Exploring Modern GPU Memory System Design Challenges through Accurate Modeling", arXiv:1810.07269, +Exploring Modern GPU Memory System Design Challenges through Accurate Modeling, arXiv:1810.07269, https://arxiv.org/abs/1810.07269 If you use the GPUWattch energy model in your research, please cite: -- cgit v1.3 From 69a83a1b7b38749f62ac3a906c0de173cb8860de Mon Sep 17 00:00:00 2001 From: mkhairy Date: Tue, 23 Oct 2018 21:38:06 -0400 Subject: removed to do list form readme --- README | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'README') diff --git a/README b/README index 3525e08..7eaae5d 100644 --- a/README +++ b/README @@ -44,16 +44,6 @@ Complex Dynamics in Many-Core Accelerator Architectures, In Proceedings of the IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS), pp. 164-174, White Plains, NY, March 28-30, 2010. -On-progress work (to be released soon): -Currently, we extensivly update our gpgpu-sim infrastructure. This contains: -1- Change the Functional model to be trace-driven-based and support the moden machine Pascal SASS 6.0 ISA. -2- Adding Volta Core model (including the Tensor Core support) -3- Supporting Nvidia dev libraries (CuBLAS, CUDNN, etc) -4- Supporting NUMA multi-chip GPU systems. -5- Heterogeneous memory support (HBM, NVRAM and GDDR5X) -6- Integrating with SST infrastructure. -7- Updating and improving the accuracy the GPUWATTCH to model Pascal and Volta. - This file contains instructions on installing, building and running GPGPU-Sim. Detailed documentation on what GPGPU-Sim models, how to configure it, and a guide to the source code can be found here: . -- cgit v1.3