diff options
| author | Wilson Fung <[email protected]> | 2012-10-24 23:45:37 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:21 -0700 |
| commit | 3863ad27814eefe2d26b2eba7eb8a4ab65bef5a4 (patch) | |
| tree | dd111ca17f917ab92559927f6b69b2a5869b7283 /CHANGES | |
| parent | 6405de1556cc50fd4feb3445272945a037e37423 (diff) | |
Updated the option parser to support named sub-options (via a separate instance of option parser). Changed DRAM timing options to use this new format.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14457]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ Version 3.1.1+edits (development branch) versus 3.1.1 - Enabled configurable cache policies (write-back, write-through) and implemented a write-allocate policy - Added functional execution support for shared memory atomic operations +- Updated the option parser to support strings delimited by characters such as + '=' and ';'. This allow options with a long string of sub-options (e.g. DRAM + timing) to have a more friendly format. +- Changed the DRAM timing option to a more reader-friendly format. - Bug Fixes: - Fixed a compile error that happens with newer gcc/g++ versions (4.7.1) - Fixed a bug with the association between cuobjdump output and cubin |
