summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.cc
AgeCommit message (Expand)Author
2018-04-05Nice to know when the simulaton thread actually gets the exit call under norm...tgrogers
2018-04-05GPGPU-Sim should always print when the sim thread exits - if this doesn't hap...tgrogers
2018-03-30When CDP was added - we started printing garbage stats after every memcpy. I ...tgrogers
2018-03-22Fixing the break limit bugMahmoud
2016-07-06ADD: add kernel launching latency from stream to distributorJin Wang
2016-07-05BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ch...Jin Wang
2016-07-05MOD: add child kernel stream and scheduling supportJin Wang
2015-06-05Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit...Tayler Hetherington
2014-08-14Review: 47001. Fixing bug in CL16463. When streams are actually used, kernels...Tayler Hetherington
2014-08-14Review: 46001. Fixing a source of non-determinism in GPGPU-Sim (Bug 174). Not...Tayler Hetherington
2014-08-14Restoring the functional simulation entry function for OpenCL, which was undo...Ayub Gubran
2014-08-14fixing bug 34 externalAhmed El-Shafiey
2014-08-14Merging Power model into FermiTayler Hetherington
2014-08-14-being more conservative in locking the code of the kernel finish detection, ...Ahmed El-Shafiey
2014-08-14 Integration from TM-311 branch.Wilson Fung
2014-08-14Fixing opencl statsAndrew M. B. Boktor
2014-08-14A much easier way to attempt to fix the problem targeted by CL12362 is to jus...Andrew M. B. Boktor
2014-08-14When a kernel is done, it doesn't mean it finished executing. Instructions co...Andrew M. B. Boktor
2014-08-14Removing a wrong commentAndrew M. B. Boktor
2014-08-14Fixes a rare race condition that prevents the kernel stats from being printed.Andrew M. B. Boktor
2014-08-14Integrated in CL12342 from coherence branch; fix for bug #160Inderpreet Singh
2014-08-14Adding configurable instruction latencies and initiation intervalsAndrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14Integrating the pure functional simulationAyub Gubran
2014-08-14Integrated 9556:Andrew M. B. Boktor
2014-08-14Assigned debug level 3 to stream manager output.Inderpreet Singh
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-12-28- parameter memory and active threads now part of kernel_info_t:Tor Aamodt
2010-12-28- Checkpointing new support for concurrent kernel execution (CUDA only, not O...Tor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-121. adding simt_core_cluster, which models a TPC or (for fermi) GPC...Tor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-05simulator "working" on ptxplus, simulated IPC "too low" by about a factor of ...Tor Aamodt
2010-10-03moving some CUDA API centric code to cuda_runtime_api.ccTor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-30integrating CL 7421-7434 from fermi-test Tor Aamodt
2010-08-09refactor: remove extern decl up to gpgpusim_entrypoint.ccTor Aamodt
2010-08-08refactor: shader.cc free of extern declarationsTor Aamodt
2010-08-08** fully decouple kernel compilation from kernel launch for openclTor Aamodt
2010-08-08refactoring: moving PTX parsing functions into ptx_parser.*Tor Aamodt
2010-08-08refactoring: moving 'loading' operations into ptx_loader.*Tor Aamodt
2010-08-08refactoring: start moving prototypes into headersTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt