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-06-01
wmma load working
aamir
2018-05-31
mma_ld_impl
aamir
2018-05-30
adding code for wmma_ld_impl, error at decode space
aamir
2018-05-30
changes for vector operands
aamir
2018-05-27
added wmma parsing but execution getting aborted
aamir
2018-05-12
mma added
negargoli93
2018-05-12
commit for eece527project
negargoli93
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
2016-07-07
Indices are now stored corresponding to values. SST now returns the number of...
sspenst
2016-07-07
SST instruction now returns the end address of the new sparse array
sspenst
2016-07-07
SST instruction now updates the original array instead of storing the result ...
sspenst
2016-07-07
Rough implementation of the SST instruction. It squeezes out the zeros that a...
sspenst
2016-07-06
Added the ability to load from sstarr memory after data has been stored in it
sspenst
2016-07-06
Added sstarr memory, which works the same as shared memory
sspenst
2016-07-06
ADD: add knob to enable CDP in gpgpusim config
Jin Wang
2016-07-06
MOD: modify to new structure name gpgpu_ptx_sim_info
Jin Wang
2016-07-06
BUG: extra bracket
Jin Wang
2016-07-06
BUG: wrong declaration for m_args_aligned_size
Jin Wang
2016-07-06
ADD: add kernel launching latency from stream to distributor
Jin Wang
2016-07-06
ADD: print kernel parameter size footprint. BUG: concurrent kernels on same s...
Jin Wang
2016-07-06
ADD: add stats for kernel launching and complete cycle
Jin Wang
2016-07-06
BUG: concurrent kernels on same SM may occupy warps from running CTAs
Jin Wang
2016-07-06
ADD: add separate cdp latency
Jin Wang
[next]