| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-23 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2019-09-13 | Big reformat change using clang-format-6.0 | Nick | |
| 2019-09-13 | Revert "Add src/cuda-sim formatting" | Nick | |
| This reverts commit 0c023e41809dba8897c37af6bb03e5c3aa9ebc5e. | |||
| 2019-09-13 | Add src/cuda-sim formatting | Nick | |
| 2019-09-12 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2019-09-04 | adding trace class and parss kernel info | Mahmoud | |
| 2019-08-26 | Fix a bunch of outstanding warnings and undefined behavior | Nick | |
| 2019-07-15 | Move operand_info::sm_next_uid | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-11 | g_sym_name_to_symbol_table | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-11 | Move g_inst_lookup | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-10 | Move g_pc_to_finfo | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-10 | Move g_globals and g_constants | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-08 | Move opcode_latency_int thus pass gpgpu_context into many classes | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-03 | Remove g_filename | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-03 | move g_shader_core_config | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-01 | Move g_debug_ir_generation and GPGPUSim_Init | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Fix some compiler warning | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Add some vars in ptx_parser | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Move symbol table globals | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-12 | Move all ptx_parser inside gpgpu_context | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-09 | Add more vars for ptx_parser | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-09 | Move ptx_parser vars | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-05-30 | Move some variables in ptx_parser | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-05-20 | Fix col and linebuf | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-05-17 | Fix linebuf and col | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-05-17 | Move ptx parser to reentrant | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2018-11-09 | resolving merge conflict | Deval Shah | |
| 2018-11-03 | merged with memory subsytem. Regression is passing but tensorcore kernel is ↵ | aamir | |
| stuck in deadlock | |||
| 2018-11-02 | added incount and outcount, addressed all of the pull request comments | aamir | |
| 2018-10-24 | merged tensor-cores code | aamir | |
| 2018-10-05 | Merge pull request #15 from gjulianm/dev | Tim Rogers | |
| Naive fix of OpenCL parse errors | |||
| 2018-08-16 | fix alignment bug in parser, modified ptxjitconfig, minor fixes | Jonathan | |
| 2018-08-10 | fixes ptxjitplus and cuLaunchKernel | Jonathan | |
| 2018-08-09 | added load | aamir | |
| 2018-08-07 | implemented prmt and started working on variable precision mul inst | aamir | |
| 2018-08-07 | working fix for deadlock due to operand collector, parser changes to support ↵ | J | |
| culaunchkernel | |||
| 2018-06-05 | ptx parse only | Jonathan | |
| 2018-06-05 | parse all ptx and add to symbol table | Jonathan | |
| 2018-06-04 | parses through all ptx files, TODO: need to impl dp4a | Jonathan | |
| 2018-05-31 | mma_ld_impl | aamir | |
| 2018-05-27 | added wmma parsing but execution getting aborted | aamir | |
| 2018-03-26 | Don't directly pass strings to printf (beacuse they wouldn't be escapped). ↵ | Nathan Conrad | |
| Clang gives warnings about this. | |||
| 2017-08-17 | Merged all work on the dev branch since the divergence point into the dnn ↵ | speverel | |
| branch, incorporating Dynamic Parallelism and many bug fixes. | |||
| 2016-07-06 | Added sstarr memory, which works the same as shared memory | sspenst | |
| 2016-07-05 | ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ↵ | Jin Wang | |
| Kernel launch to stream not yet implemented | |||
| 2016-07-05 | ADD: initial support for instruction group used by CDP | Jin Wang | |
| 2015-07-10 | Increase line buffer size | Guillermo Julián | |
| 2014-08-14 | Fixing jenkins failure | Andrew M. B. Boktor | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17048] | |||
| 2014-08-14 | Allocating aligned local memory | Andrew M. B. Boktor | |
| Fixing the alignment of all types of memory so that it's aligned to size or 128byte whichever is smaller Refactoring out the padding code [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17047] | |||
| 2014-08-14 | Removing a slew of code still compiled with gcc and the need for a bunch of ↵ | Tim Rogers | |
| external C linkage [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15912] | |||
