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-10
corrected a bug in bfi implementation
aamir
2018-08-09
added load
aamir
2018-08-08
brev implementation
J
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-07-16
fp32 to fp16 and fp16 to fp32 cvt
Jonathan
2018-07-13
Add more print statements to debug api calls
Jonathan
2018-06-21
WIP adding support for PTX JIT and dumping params to cudaLaunches
Jonathan
2018-06-14
bfe bug fix
Jonathan
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
parse all ptx and add to symbol table
Jonathan
2018-06-05
added support for wmma:load_c:f16_type
aamir
2018-06-04
parses through all ptx files, TODO: need to impl dp4a
Jonathan
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-25
fixed merge issue
Jonathan
2018-05-25
restructured texref maps to fix texture bug
Jonathan
2018-05-25
is_reg change
Jonathan
2018-05-18
ld operand in register space
Suchita Pati
2018-05-12
mma added
negargoli93
2018-05-12
commit for eece527project
negargoli93
2018-04-19
Crash when array pointers are passed
Amruth
2018-04-03
crash when print() is sent to pdom analysis
Amruth
2018-04-01
add pdom analysis for function calls -- doesn't fix regressions
Tor Aamodt
2018-03-28
fix compile errors on Ubuntu LTS 16.04
Tor Aamodt
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
[prev]
[next]