index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cuda-sim
/
instructions.cc
Age
Commit message (
Collapse
)
Author
2019-09-03
remove more unused variables and added asserts to function return values
Nick
2019-08-26
Fix a bunch of outstanding warnings and undefined behavior
Nick
2019-07-15
Move debug_tensorcore
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-15
Move g_num_ptx_inst_uid
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-11
Move g_cuda_device_launch_param_map and g_cuda_device_launch_op
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-11
Move ptx_tex_regs
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-11
Move g_total_param_size
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-06-20
Fix bug for bar.red.op.pred
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-06-10
Remove those duplicated defined
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-05-17
Move ptx parser to reentrant
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
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 ↵
aamir
stuck in deadlock
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
Fixed bug with 32bit rem Fixed bug with launching kernels in ptxjitplus Removed extraneous files Cleaned up more pointers Added documentation for ptxjitplus
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
[next]