summaryrefslogtreecommitdiff
path: root/src/gpgpusim_entrypoint.cc
AgeCommit message (Expand)Author
2024-12-11Add SST integration into gpgpusim (#44)WilliamMTK
2024-08-21Stream stats (#71)JRPan
2020-05-27splitting trace-driven from gpgpu-sim - part 2Mahmoud
2020-05-23code refomrattingMahmoud
2020-05-23Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/ director formatting"Nick
2019-09-13Add src/ director formattingNick
2019-09-12Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
2019-09-12Remove GPGPUsim_ctx_ptr()Mengchi Zhang
2019-09-11Remove g_stream_manager()Mengchi Zhang
2019-09-11Remove g_the_gpu()Mengchi Zhang
2019-09-04adding trace class and parss kernel infoMahmoud
2019-08-31Adding a stat for slowdown versus silicontgrogers
2019-07-10Move g_cuda_launch_blockingMengchi Zhang
2019-07-09Move g_ptx_sim_modeMengchi Zhang
2019-07-08Move cp_countMengchi Zhang
2019-07-08Move opcode_latency_int thus pass gpgpu_context into many classesMengchi Zhang
2019-07-03Add backward pointer to gpgpu_simMengchi Zhang
2019-07-03Connect gpgpu_context and GPGPUsim_ctxMengchi Zhang
2019-07-01Move g_debug_ir_generation and GPGPUSim_InitMengchi Zhang
2019-06-23Fix argv content since it is unchanged for GPGPU-SimMengchi Zhang
2019-05-30adding new values to gpu contextMahmoud
2019-05-30adding new params to gpgpu-sim strutMahmoud
2019-05-30adding the gpu_context strutMahmoud
2019-05-15make gpu_tot_cycle local variable not global variableMahmoud
2019-04-11adding local xbar and fast execution modeMahmoud
2018-11-09resolving merge conflictDeval Shah
2018-05-29fixes seg fault on concurrentKernels, speeds up concurrent_streams_empty, add...Jonathan
2018-04-05Nice to know when the simulaton thread actually gets the exit call under norm...tgrogers
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-30Moving the print to avoid spurrious statisticstgrogers
2018-03-30When CDP was added - we started printing garbage stats after every memcpy. I ...tgrogers
2018-03-22Fixing the break limit bugMahmoud
2017-11-08Fixing 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