| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-01 | Added support for -gpgpu_registers_per_block config | Suchita Pati | |
| 2018-04-22 | Some classes were referred to as a class and a struct (reported as clang ↵ | Nathan Conrad | |
| warnings). This makes these consistent. | |||
| 2018-04-14 | solving alignment issue | Amruth | |
| 2018-04-10 | added config -gpgpu_shmem_per_block and fixed cudaGetDeviceAttributes function | Suchita Pati | |
| 2018-04-09 | adding additional device attributes in cudaDeviceGetAttributes function for ↵ | Suchita Pati | |
| mnist | |||
| 2018-04-04 | adding missing ptxas flags for cdp support | Amruth | |
| 2018-04-03 | crash when print() is sent to pdom analysis | Amruth | |
| 2018-03-31 | restore code that selects ptx code that exists | Tor Aamodt | |
| 2018-03-29 | Merge remote-tracking branch 'public_gpgpusim/dev' into dev | Tor Aamodt | |
| 2018-03-29 | arch is also not supported for cuda 5 or lower | Amruth | |
| 2018-03-29 | compilation fix | Amruth | |
| 2018-03-29 | cuobjdump -lptx flag is not supported by cuda 5 and lower | Amruth | |
| 2018-03-28 | (attempt to) fix compile error in last checkin | Tor Aamodt | |
| 2018-03-28 | fix compile errors on Ubuntu LTS 16.04 | Tor Aamodt | |
| 2018-03-28 | This does not exist in older CUDAs - only compile it for >5. Not sure if 5 ↵ | tgrogers | |
| is appropraite - but we test 4.2 and it fails | |||
| 2018-03-27 | small corrections | Amruth | |
| 2018-03-27 | considered CDP scenario | Amruth | |
| 2018-03-27 | support for pinned memories - temporary fix | Amruth | |
| 2018-03-25 | code for removing duplicates in embedded ptx | Amruth | |
| 2018-03-23 | dynamic pdom analysis at runtime | Amruth | |
| 2018-03-20 | code to load the embedded ptx directly and prevent cuobjdump to dump ↵ | letr63jd56 | |
| everytime we execute the code | |||
| 2018-02-20 | Added cudaDeviceGetAttribute | Suchita Pati | |
| 2017-05-09 | Merge branch 'dev' into dev | Tim Rogers | |
| 2016-10-28 | support for CUDA 8.0 PTX | Ahmed ElTantawy | |
| 2016-09-05 | Merge pull request #28 from jwang323/cdp_clean | gpgpu-sim | |
| Initial support of CUDA Dynamic Parallelism on GPGPUSim | |||
| 2016-07-06 | ADD: add knob to enable CDP in gpgpusim config | Jin Wang | |
| 2016-07-05 | BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ↵ | Jin Wang | |
| child kernels in CDP. BUG: .weak .entry and .weak .global directives in ptx file. BUG: empty_protected() for stream manager causes deadlock, change to empty() | |||
| 2016-07-05 | ADD: handle child kernel name in mov instruction. ADD: detect call ↵ | Jin Wang | |
| cudaGetParameterBufferV2 and call cudaLaunchDeviceV2 | |||
| 2016-07-05 | MOD: Hack warning for cuda device runtime lib function registration | Jin Wang | |
| 2016-07-05 | BUG: cuobjdump for sm_35 with CDP | Jin Wang | |
| 2016-07-05 | MOD: add support for cuda65 ptx header | Jin Wang | |
| 2016-06-10 | Vastly improved runtime by relating symbol tables to file names | sspenst | |
| 2016-06-09 | Merge branch 'dev' of https://github.com/sspenst/gpgpu-sim_distribution into dev | speverel | |
| 2016-06-09 | Modified runtime API to support synchronization with the null stream. | speverel | |
| 2016-06-09 | Forgot to add a return value | sspenst | |
| 2016-06-09 | Added a basic implementation of cudaStreamCreateWithFlags | sspenst | |
| 2016-06-07 | Updated the PTX section merging to be able to deal with multiple identifiers | sspenst | |
| 2016-06-07 | Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the ↵ | speverel | |
| maximum allowable memory to 2GB and the compute version to 5.2. | |||
| 2016-06-03 | Added mergeSectionList to combine any PTX files that remain after pruning ↵ | sspenst | |
| into a single file. | |||
| 2016-06-02 | Added handling of .cc option for arithmetic instructions. NOTE: Only made ↵ | speverel | |
| changes to parse instructions. Carry functionality NOT fully implemented; .cc instructions function like their unmodified ueqivelents. Also modified GTX750Ti config to model L1 data cache as simply not being used for global loads (instead of not existing at all). Changed ptxinfo parsing to avoid crashing when info includes texture information. | |||
| 2016-05-13 | changed the SM version flag for generating ptxinfo to be dynamic instead of 20 | sspenst | |
| 2016-05-13 | remove the hackish comment and assign a default identifier for CUDA>=7.5 | Ahmed ElTantawy | |
| 2016-05-13 | detailed error message when minimum found ptx capability is still larger ↵ | Ahmed ElTantawy | |
| than the maximum forced capability | |||
| 2016-05-12 | added an assertion to pruneSectionList | sspenst | |
| 2016-05-12 | Commented out line that checks for identifier in PTX file so that sim runs ↵ | speverel | |
| in 7.5 | |||
| 2015-03-04 | initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running | Ahmed ElTantawy | |
| 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] | |||
| 2014-08-14 | define the cudaFuncSetCacheConfig for CUDART_VERSION >= 3000 | Ahmed El-Shafiey | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15818] | |||
| 2014-08-14 | - Adding support for cudaFuncSetCacheConfig API, that allows changing the | Ahmed El-Shafiey | |
| L1 Cache and Shared Memory configurations across kernels. The support enable the user to specify two more configurations (Preferred L1) or (Preferred Shared Memory) besides the default config. If the cudaFuncSetCacheConfig API is used to set the cache configuration of a specific kernel to either of these configuration (cudaFuncCachePreferShared, cudaFuncCachePreferL1), the simulator will change the cache configuration at kernel launch accordingly, if there is no alternative configurations provided to the simulator it will use the default configurations with a warning message display [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15816] | |||
| 2014-08-14 | Fixing a slew of compiler warnings | Tim Rogers | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15218] | |||
