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
/
ptx_ir.cc
Age
Commit message (
Expand
)
Author
2024-12-11
Add SST integration into gpgpusim (#44)
WilliamMTK
2024-08-09
Add support for SHF ptx instruction (#70)
Cesar Avalos
2024-07-16
Auto clang format (#74)
Aaron Barnes
2023-06-12
fixing bunch of formatting warnings (#53)
Ahmad Alawneh
2022-02-01
Update Copyrights
JRPAN
2021-10-17
AccelWattch dev Integration
VijayKandiah
2021-05-23
format code
Mahmoud Khairy A. Abdallah
2020-07-03
add activemask, bfind, vmin, and vmax implementations from Francois
Lucy Liu
2019-09-13
Big reformat change using clang-format-6.0
Nick
2019-09-13
Revert "Add src/cuda-sim formatting"
Nick
2019-09-13
Add src/cuda-sim formatting
Nick
2019-09-03
remove more unused variables and added asserts to function return values
Nick
2019-08-22
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-07-15
Move s_g_pc_to_insn
Mengchi Zhang
2019-07-15
Move function_info::sm_next_id
Mengchi Zhang
2019-07-15
Move g_ptx_cta_info_uid and symbol::sm_next_uid
Mengchi Zhang
2019-07-15
Move g_num_ptx_inst_uid
Mengchi Zhang
2019-07-15
Move operand_info::sm_next_uid
Mengchi Zhang
2019-07-10
Move g_pc_to_finfo
Mengchi Zhang
2019-07-08
Move opcode_latency_int thus pass gpgpu_context into many classes
Mengchi Zhang
2019-06-27
increase the function buffer again
Mahmoud
2019-06-23
fixing the buffer limit for function names
Mahmoud
2019-06-10
adding new wmma instruction cogif
Mahmoud
2019-05-17
Move ptx parser to reentrant
Mengchi Zhang
2018-11-09
resolving merge conflict
Deval Shah
2018-11-03
merged with memory subsytem. Regression is passing but tensorcore kernel is s...
aamir
2018-10-24
merged tensor-cores code
aamir
2018-08-14
parsing changes for timing model
aamir
2018-08-09
added load
aamir
2018-08-07
implemented prmt and started working on variable precision mul inst
aamir
2018-06-21
WIP adding support for PTX JIT and dumping params to cudaLaunches
Jonathan
2018-06-11
added all the configuration
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-05-27
added wmma parsing but execution getting aborted
aamir
2018-04-01
fix regressions -- move call to pre_decode into do_pdom
Tor Aamodt
2018-03-27
support for pinned memories - temporary fix
Amruth
2018-03-23
dynamic pdom analysis at runtime
Amruth
2017-05-09
Fix next block addr to link predicate ret block to consecutive block
Mengchi Zhang
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-08-24
Added shfl instruction
sspenst
2016-07-06
ADD: add separate cdp latency
Jin Wang
2016-07-06
ADD: add cdp latency
Jin Wang
2016-07-05
MOD: compute child parameter size
Jin Wang
2016-07-05
ADD: add support for cudaStreamCreateWithFlags
Jin Wang
2016-07-05
BUG: do not handle cudaGetParameterBufferV2 and cudaLaunchDeviceV2 as call.un...
Jin Wang
2016-07-05
ADD: initial support for instruction group used by CDP
Jin Wang
2016-06-07
The ptx parser now recognizes the NC option for ld.global, however this optio...
sspenst
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
[next]