index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gpgpusim_entrypoint.cc
Age
Commit message (
Expand
)
Author
2019-05-30
adding new values to gpu context
Mahmoud
2019-05-30
adding new params to gpgpu-sim strut
Mahmoud
2019-05-30
adding the gpu_context strut
Mahmoud
2019-05-15
make gpu_tot_cycle local variable not global variable
Mahmoud
2019-04-11
adding local xbar and fast execution mode
Mahmoud
2018-11-09
resolving merge conflict
Deval Shah
2018-05-29
fixes seg fault on concurrentKernels, speeds up concurrent_streams_empty, add...
Jonathan
2018-04-05
Nice to know when the simulaton thread actually gets the exit call under norm...
tgrogers
2018-04-05
Nice to know when the simulaton thread actually gets the exit call under norm...
tgrogers
2018-04-05
GPGPU-Sim should always print when the sim thread exits - if this doesn't hap...
tgrogers
2018-03-30
Moving the print to avoid spurrious statistics
tgrogers
2018-03-30
When CDP was added - we started printing garbage stats after every memcpy. I ...
tgrogers
2018-03-22
Fixing the break limit bug
Mahmoud
2017-11-08
Fixing the break limit bug
Mahmoud
2016-07-06
ADD: add kernel launching latency from stream to distributor
Jin Wang
2016-07-05
BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ch...
Jin Wang
2016-07-05
MOD: add child kernel stream and scheduling support
Jin Wang
2015-06-05
Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit...
Tayler Hetherington
2014-08-14
Review: 47001. Fixing bug in CL16463. When streams are actually used, kernels...
Tayler Hetherington
2014-08-14
Review: 46001. Fixing a source of non-determinism in GPGPU-Sim (Bug 174). Not...
Tayler Hetherington
2014-08-14
Restoring the functional simulation entry function for OpenCL, which was undo...
Ayub Gubran
2014-08-14
fixing bug 34 external
Ahmed El-Shafiey
2014-08-14
Merging Power model into Fermi
Tayler 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-14
Fixing opencl stats
Andrew M. B. Boktor
2014-08-14
A much easier way to attempt to fix the problem targeted by CL12362 is to jus...
Andrew M. B. Boktor
2014-08-14
When a kernel is done, it doesn't mean it finished executing. Instructions co...
Andrew M. B. Boktor
2014-08-14
Removing a wrong comment
Andrew M. B. Boktor
2014-08-14
Fixes a rare race condition that prevents the kernel stats from being printed.
Andrew M. B. Boktor
2014-08-14
Integrated in CL12342 from coherence branch; fix for bug #160
Inderpreet Singh
2014-08-14
Adding configurable instruction latencies and initiation intervals
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
Integrating the pure functional simulation
Ayub Gubran
2014-08-14
Integrated 9556:
Andrew M. B. Boktor
2014-08-14
Assigned debug level 3 to stream manager output.
Inderpreet Singh
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor 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-24
1. adding top level configuration class and making shader and memory configur...
Tor Aamodt
2010-10-12
1. adding simt_core_cluster, which models a TPC or (for fermi) GPC...
Tor Aamodt
2010-10-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
Tor Aamodt
2010-10-05
simulator "working" on ptxplus, simulated IPC "too low" by about a factor of ...
Tor Aamodt
2010-10-03
moving some CUDA API centric code to cuda_runtime_api.cc
Tor Aamodt
2010-10-01
integrating recent changes from fermi-test into fermi
Tor Aamodt
2010-08-30
integrating CL 7421-7434 from fermi-test
Tor Aamodt
2010-08-09
refactor: remove extern decl up to gpgpusim_entrypoint.cc
Tor Aamodt
2010-08-08
refactor: shader.cc free of extern declarations
Tor Aamodt
2010-08-08
** fully decouple kernel compilation from kernel launch for opencl
Tor Aamodt
[next]