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
Age
Commit message (
Expand
)
Author
2018-05-04
Getting the simulator to compile with older versions of g++
tgrogers
2018-04-22
Clang disallows empty bracks to show array indices. I believe that inserting ...
Nathan Conrad
2018-04-22
Some classes were referred to as a class and a struct (reported as clang warn...
Nathan Conrad
2018-04-22
Add cmath include to cuda-math.h, to allow std::isnan to be used
Nathan Conrad
2018-04-11
Merge remote-tracking branch 'upstream/dev' into dev
tgrogers
2018-04-05
Nice to know when the simulaton thread actually gets the exit call under norm...
tgrogers
2018-04-05
fixing gpu-tot-cycle bug
Mahmoud
2018-04-05
adding new stats counter
Mahmoud
2018-04-05
adding new counters for parition level para and L2 BW
Mahmoud
2018-04-05
GPGPU-Sim should always print when the sim thread exits - if this doesn't hap...
tgrogers
2018-04-02
Adding in Mahmoud's changes to the print cache stats
tgrogers
2018-03-31
Getting rid of our constant, annoying prints. Running workloads of any size c...
tgrogers
2018-03-30
When CDP was added - we started printing garbage stats after every memcpy. I ...
tgrogers
2018-03-28
Fixing a minor typo in an old config
tgrogers
2018-03-28
fix compile errors on Ubuntu LTS 16.04
Tor Aamodt
2018-03-26
Merge pull request #63 from pigrew/dev-printfFix
gpgpu-sim
2018-03-26
Merge pull request #62 from pigrew/dev-multiArchBreakpoint
gpgpu-sim
2018-03-26
Don't directly pass strings to printf (beacuse they wouldn't be escapped). Cl...
Nathan Conrad
2018-03-26
Provide portable (non-x86) breakpoint method which should work on all linuxes...
Nathan Conrad
2018-03-26
Remove duplicate token in PTX parser
Nathan Conrad
2018-03-26
.call instruction may have an empty argument list
Nathan Conrad
2018-03-22
Fixing the break limit bug
Mahmoud
2017-11-12
Fix latency bug
Negar
2017-09-24
Changed how warp level instructions are handled to avoid an assert that is gu...
speverel
2017-08-17
Merged all work on the dev branch since the divergence point into the dnn bra...
speverel
2017-07-30
Updaing the interconnect simulator to properly check for dependencies
tgrogers
2017-07-20
Fixing BankGroup Indexing Bug
Mahmoud
2017-07-06
Adding the correct dependency for the detailed_version file. In order to upda...
tgrogers
2017-05-17
Changing the version detection to be much more detailed. Now the git commit #...
tgrogers
2017-05-09
Fix next block addr to link predicate ret block to consecutive block
Mengchi Zhang
2016-09-06
Merge pull request #30 from sspenst/dev
gpgpu-sim
2016-09-05
Merge pull request #28 from jwang323/cdp_clean
gpgpu-sim
2016-09-05
MOD: modify Makefile to make CUDART_VERSION available to gpu-sim.cc
Jin Wang
2016-09-02
BUG: concurrent kernel on the same SMX does not work with non-legacy local me...
Jin Wang
2016-09-02
MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0
Jin Wang
2016-08-25
OCD
sspenst
2016-08-25
Fixed minor shfl bugs
sspenst
2016-08-24
Cleanup
sspenst
2016-08-24
Added shfl instruction
sspenst
2016-08-09
Changed bsmad_impl to match Ahmed's output. Added latency and initiation_inte...
sspenst
2016-08-08
Forgot to multiply by the synapse
sspenst
2016-08-05
Deleted useless comments
sspenst
2016-08-05
Added ptx_warp_info to know how many threads within a warp have executed
sspenst
2016-08-05
bsmad gives the correct output in the small cases I have tried, still need to...
sspenst
2016-08-04
A thread executing BSMAD is now able to access information from all threads i...
sspenst
2016-07-11
Changed sst return value to be the address instead of index offset
sspenst
2016-07-11
Reverted the previous commit to add a cleaner way of getting NUM_THREADS. Now...
sspenst
2016-07-08
Made gridDim and blockDim global variables so that they can be accessed from ...
sspenst
2016-07-08
SST should now properly simulate the barrier operation
sspenst
2016-07-07
sst_impl cleanup
sspenst
[prev]
[next]