summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-04Initial SST recognition from PTX parsersspenst
2016-07-04Restored madp instruction.speverel
2016-07-04Reverted part of the previous commit so that our new changes related to DNNs ...sspenst
2016-06-16Added the ability to inject arbitrary PTX instructions. ...speverel
2016-06-13If ptxas notices any duplicate errors, they now automatically get resolved an...sspenst
2016-06-10Vastly improved runtime by relating symbol tables to file namessspenst
2016-06-09Merge branch 'dev' of https://github.com/sspenst/gpgpu-sim_distribution into devspeverel
2016-06-09Modified runtime API to support synchronization with the null stream.speverel
2016-06-09Forgot to add a return valuesspenst
2016-06-09Added a basic implementation of cudaStreamCreateWithFlagssspenst
2016-06-07Updated the PTX section merging to be able to deal with multiple identifierssspenst
2016-06-07The ptx parser now recognizes the NC option for ld.global, however this optio...sspenst
2016-06-07Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the ma...speverel
2016-06-06Added support for BFE (Bit field extract) instruction.speverel
2016-06-03Merge branch 'dev' of https://github.com/sspenst/gpgpu-sim_distribution into devspeverel
2016-06-03Added support for %laneid SFR. Also added a notice clarifying that power mode...speverel
2016-06-03Added mergeSectionList to combine any PTX files that remain after pruning int...sspenst
2016-06-02Updated parser and config file to support compute versions up to 5.2. Full su...speverel
2016-06-02Merge pull request #1 from speverel/devspeverel
2016-06-02Merge branch 'dev' of github.com:speverel/gpgpu-sim_distribution into devsspenst
2016-06-02Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...speverel
2016-06-02Merge pull request #20 from sspenst/devgpgpu-sim
2016-06-02Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...speverel
2016-06-02Made additional improvements to Maxwell correlation in config file such as me...Scott Peverelle
2016-06-02Tweaked Maxwell config to improve correspondence in a number of areas; clock ...Scott Peverelle
2016-06-02Modified config files to better represent Maxwell architecture; specifically,...Scott Peverelle
2016-06-02GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti a...Scott Peverelle
2016-06-02Branch of GTX480 configs for Maxwell boardScott Peverelle
2016-06-01Added new GTX750Ti config files.speverel
2016-06-01Added GTX750Ti config files. Also modified shader.h to support larger number ...speverel
2016-05-16Merge pull request #17 from ElTantawy/devgpgpu-sim
2016-05-15fixing the creditsAhmed ElTantawy
2016-05-15Crediting lonestartGPU in the CHANGES for their help in CUDA 5.5 supportAhmed ElTantawy
2016-05-15updating CHANGESAhmed ElTantawy
2016-05-13changed gpgpu_ptxinfo_load_from_string definition for Ahmedsspenst
2016-05-13changed the SM version flag for generating ptxinfo to be dynamic instead of 20sspenst
2016-05-13remove the hackish comment and assign a default identifier for CUDA>=7.5Ahmed ElTantawy
2016-05-13detailed error message when minimum found ptx capability is still larger than...Ahmed ElTantawy
2016-05-13getting the parsing compatible with previous version - tested on 4.2, 5.5 and...Ahmed ElTantawy
2016-05-12added an assertion to pruneSectionListsspenst
2016-05-12Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution int...sspenst
2016-05-12Commented out line that checks for identifier in PTX file so that sim runs in...speverel
2016-05-12Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution int...sspenst
2016-05-12updating Makefile and setup environment for 7.5 supportAhmed ElTantawy
2016-05-12Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution int...sspenst
2016-05-12initial support for cuda 7.5 parsingElTantawy
2016-05-12Adding a description of the makefile changestgrogers
2016-05-12Adding in changes to put generated code files in the build directory instead ...tgrogers
2015-06-08Merge pull request #13 from tgrogers/devtayler-hetherington
2015-06-06Merge pull request #14 from tayler-hetherington/devtgrogers