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
2019-05-17
Move ptx parser to reentrant
Mengchi Zhang
2019-04-16
Adding additional fixes for the texture bugs
Suchita Pati
2019-04-10
Adding texture Fix
Suchita Pati
2018-11-29
Fixing the compile in gcc 4.4.x
tgrogers
2018-11-09
Adding checkpoint support
Deval Shah
2018-11-09
resolving merge conflicts
Deval Shah
2018-11-09
resolving merge conflict
Deval Shah
2018-11-04
bug in the wmma_ld for load-c in fp16 mode
aamir
2018-11-03
merged with memory subsytem. Regression is passing but tensorcore kernel is s...
aamir
2018-11-02
some minor changes asked in the code review
aamir
2018-11-02
added incount and outcount, addressed all of the pull request comments
aamir
2018-10-24
merged tensor-cores code
aamir
2018-09-16
print for mem transaction
aamir
2018-09-14
corrected the bug in vpcore functional model
aamir
2018-09-10
added support for generating correct no of mem txn
aamir
2018-09-09
generating correct number of mem transaction
aamir
2018-09-09
minor changes for generating mem transaction in timing model. NOTE NOT COMPLETED
aamir
2018-08-16
fix alignment bug in parser, modified ptxjitconfig, minor fixes
Jonathan
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-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
[next]