diff options
| author | Timothy G Rogers <[email protected]> | 2018-03-13 13:25:57 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-03-13 13:25:57 -0400 |
| commit | bab99faa3344f78b523bb15c2e31ae121c700eb8 (patch) | |
| tree | 84aa7e801a29699d4b267137baefec6ce60785fe | |
| parent | 75e3db20ba6ed67c876fedef9c0390fa1f32612b (diff) | |
| parent | 04b6e2f5219481ac19832c246217669b5f3233a1 (diff) | |
Merge pull request #10 from abdallm/dev-purdue-integration
enabling L1 cache by default in P100 gpgpusim.config
| -rw-r--r-- | configs/Pascal-P100-HBM/gpgpusim.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/Pascal-P100-HBM/gpgpusim.config b/configs/Pascal-P100-HBM/gpgpusim.config index 533a865..bd868ac 100644 --- a/configs/Pascal-P100-HBM/gpgpusim.config +++ b/configs/Pascal-P100-HBM/gpgpusim.config @@ -56,7 +56,7 @@ # Pascal GP100 has 64KB Shared memory -gpgpu_cache:dl1 S:64:128:6,L:L:f:N:H,A:256:8,16:0,32 -gpgpu_shmem_size 65536 --gmem_skip_L1D 1 +-gmem_skip_L1D 0 -icnt_flit_size 40 -gpgpu_n_cluster_ejection_buffer_size 32 |
