diff options
| author | Mahmoud <[email protected]> | 2018-10-07 13:38:07 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-10-07 13:38:07 -0400 |
| commit | adc215c1e16ce6515b82bc7596f3448bd7817804 (patch) | |
| tree | 5ecd84494245d2f7e99eef2c6fde3bf3a45c75dd /aerialvision | |
| parent | 7e414028b3754d40ab92d10205dc412316c4ab29 (diff) | |
| parent | ab80c6b75b7479caf8f0711ea1a6fbd7f93697f9 (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'aerialvision')
| -rw-r--r-- | aerialvision/organizedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aerialvision/organizedata.py b/aerialvision/organizedata.py index 090b90f..ea947cd 100644 --- a/aerialvision/organizedata.py +++ b/aerialvision/organizedata.py @@ -97,7 +97,7 @@ def organizedata(fileVars): 'sparse':OrganizeSparse, # Vector data with 2D index (used by DRAM access stats) 'custom':0 } - data_type_char = {int:'I', float:'f'} + data_type_char = {int:'L', float:'d'} print "Organizing data into internal format..." |
