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
/
opcodes.def
Age
Commit message (
Expand
)
Author
2024-08-09
Add support for SHF ptx instruction (#70)
Cesar Avalos
2020-07-03
removed whitespace changes
Lucy Liu
2020-07-03
add activemask, bfind, vmin, and vmax implementations from Francois
Lucy Liu
2018-11-09
resolving merge conflict
Deval Shah
2018-10-24
merged tensor-cores code
aamir
2018-08-09
added load
aamir
2018-06-04
parses through all ptx files, TODO: need to impl dp4a
Jonathan
2018-05-27
added wmma parsing but execution getting aborted
aamir
2018-05-12
commit for eece527project
negargoli93
2017-08-17
Merged all work on the dev branch since the divergence point into the dnn bra...
speverel
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-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-08
Made gridDim and blockDim global variables so that they can be accessed from ...
sspenst
2016-07-04
Initial SST recognition from PTX parser
sspenst
2016-07-04
Restored madp instruction.
speverel
2016-07-04
Reverted part of the previous commit so that our new changes related to DNNs ...
sspenst
2016-06-16
Added the ability to inject arbitrary PTX instructions. ...
speverel
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
Several changes to ptxplus towards getting the sphyraena benchmark to work. A...
Jimmy Kwa
2014-08-14
Fix for bug #154-internal and #8-external
Andrew M. B. Boktor
2014-08-14
Adding the madp instruction, which does multiply add with carry-in. Still ne...
Wilson Fung
2014-08-14
Adding support in the simulator for addition with carry specified in a given ...
Andrew M. B. Boktor
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
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-07-21
- reduce 3.1 sdk regression test runtimes (as per 2.3 sdk versions)
Tor Aamodt
2010-07-16
- add placeholders for new (e.g., PTX 2.x) directives and instructions
Tor Aamodt
2010-07-16
- BlackScholes passing on CUDA 3.1
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt