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
/
cuda-sim
/
instructions.cc
Age
Commit message (
Expand
)
Author
2018-08-14
parsing changes for timing model
aamir
2018-08-13
generalized v4 completed;Note I have only added row major support for matrix b
aamir
2018-08-12
tested b4 b8 b16 mode
aamir
2018-08-10
added mma and st inst. Only different b mode needs to be added
aamir
2018-08-10
corrected a bug in bfi implementation
aamir
2018-08-09
added load
aamir
2018-08-07
implemented prmt and started working on variable precision mul inst
aamir
2018-07-21
merging the changes of cutlass on negar tensorcore branch
aamir
2018-06-13
debug print
aamir
2018-06-13
generic matrix multiply kernel passed
aamir
2018-06-11
tested all the configuration of mma
aamir
2018-06-11
added all the configuration
aamir
2018-06-08
regression passed
Aamir Raihan
2018-06-06
added profilling xls and changes for regression
aamir
2018-06-05
added support for wmma:load_c:f16_type
aamir
2018-06-02
mma working for type32_32
aamir
2018-06-01
added mma & mma_st
aamir
2018-06-01
wmma load working
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-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
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-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
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 sstarr memory, which works the same as shared memory
sspenst
2016-07-05
ADD: add support for cudaStreamCreateWithFlags
Jin Wang
2016-07-05
ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...
Jin Wang
2016-07-05
ADD: handle child kernel name in mov instruction. ADD: detect call cudaGetPar...
Jin Wang
[next]