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
/
ptx_ir.h
Age
Commit message (
Expand
)
Author
2018-07-04
dumps ptx kernels and scripts to launch all kernels
Jonathan
2018-07-04
dump and load block and grid size and launch
Jonathan
2018-06-28
dumps pointers by accessing global memory
Jonathan
2018-06-28
Tests to find conditions that a value is a pointer and new mallocPtr_Size
Jonathan
2018-06-27
WIP dump params
Jonathan
2018-06-21
WIP adding support for PTX JIT and dumping params to cudaLaunches
Jonathan
2018-06-14
bfe bug fix
Jonathan
2018-04-19
Crash when array pointers are passed
Amruth
2018-04-14
solving alignment issue
Amruth
2018-04-01
fix regressions -- move call to pre_decode into do_pdom
Tor Aamodt
2018-03-23
dynamic pdom analysis at runtime
Amruth
2016-09-06
Merge pull request #30 from sspenst/dev
gpgpu-sim
2016-08-24
Added shfl instruction
sspenst
2016-07-06
BUG: wrong declaration for m_args_aligned_size
Jin Wang
2016-07-05
MOD: compute child parameter size
Jin Wang
2016-07-05
ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...
Jin Wang
2016-07-05
ADD: initial support for instruction group used by CDP
Jin Wang
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
2014-08-14
This should fix 2.3 regression and may fix others as well.
Ahmed El-Shafiey
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
This should fix the NNC undefined memory locations bug. It turned out that th...
Ahmed El-Shafiey
2014-08-14
fixing some assignment in the "get_operand_value" function where unsigned wer...
Ahmed El-Shafiey
2014-08-14
Fixing a bug exposed by the fix for bug 42.
Tim Rogers
2014-08-14
Merging
Tim Rogers
2014-08-14
proposed fix for bug 42 (Alexander Samoilov)
Tor Aamodt
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
Extended PTX parser to recognize the .ptr .shared directive and allocate shar...
Wilson Fung
2014-08-14
Fixed the timing model for LDU instruction, before it was not recognized as a...
Wilson Fung
2014-08-14
Added implementation of vote.ballot (passing directed test). Added popc (not...
Wilson Fung
2014-08-14
Fixing bugs 169, 170, 171
Ahmed El-Shafiey
2014-08-14
Fixing compile error on my machine
Andrew M. B. Boktor
2014-08-14
- print out instructions at branch divergence/reconvergence points (more info...
Tor Aamodt
2014-08-14
Fixed address operands of PTX memory instructions being ignored in predecode....
Inderpreet Singh
2014-08-14
fixup some dangling references
Tor Aamodt
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2010-12-28
the assertion
Tor Aamodt
2010-10-24
1. updates to .gdbinit file
Tor Aamodt
2010-10-24
1. adding top level configuration class and making shader and memory configur...
Tor Aamodt
2010-10-22
enables global loads/stores for ptxplus
Tor Aamodt
2010-10-16
1. creating cache_config object to encapsulate cache configuration information
Tor Aamodt
2010-10-10
1. create function unit classes for SP, SFU, LD/ST.
Tor Aamodt
2010-10-09
refactoring: moving texture reference mappings into gpgpu_t
Tor Aamodt
2010-10-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
Tor Aamodt
2010-10-05
broken change list: builds, but does not run, yet
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-08-29
- integrate changes from fermi-test (CL's under that path in range 7261-7418).
Tor Aamodt
2010-08-23
- add '-keep' option to keep intermediate files (used for OpenCL only right now)
Tor Aamodt
2010-08-10
refactor: mostly finished getting rid of extern decl
Tor Aamodt
[next]