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
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-05
parse all ptx and add to symbol table
Jonathan
2018-06-04
parses through all ptx files, TODO: need to impl dp4a
Jonathan
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
2018-04-19
Crash when array pointers are passed
Amruth
2018-04-03
crash when print() is sent to pdom analysis
Amruth
2018-04-01
add pdom analysis for function calls -- doesn't fix regressions
Tor Aamodt
2018-03-28
fix compile errors on Ubuntu LTS 16.04
Tor Aamodt
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-09-02
MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0
Jin Wang
2016-08-25
OCD
sspenst
2016-08-25
Fixed minor shfl bugs
sspenst
2016-08-24
Cleanup
sspenst
2016-08-24
Added shfl instruction
sspenst
2016-07-05
ADD: add support for cudaStreamCreateWithFlags
Jin Wang
2016-07-05
ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...
Jin Wang
2016-07-05
ADD: handle child kernel name in mov instruction. ADD: detect call cudaGetPar...
Jin Wang
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-06
Added support for BFE (Bit field extract) instruction.
speverel
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
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
Fixing bugs 80 and 64
Andrew M. B. Boktor
2014-08-14
Adding signed types to slct_impl, fixes http://www.gpgpu-sim.org/bugs/show_bu...
Andrew M. B. Boktor
2014-08-14
Integrate mov.pred fix from TM branch.
Wilson Fung
2014-08-14
fixing some assignment in the "get_operand_value" function where unsigned wer...
Ahmed El-Shafiey
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
Changing the QuadroFX5800 config to use compute capability 1.3 (no idea why i...
Wilson Fung
2014-08-14
Added functional execution support for shared memory atomic operations.
Inderpreet Singh
2014-08-14
Several changes to ptxplus towards getting the sphyraena benchmark to work. A...
Jimmy Kwa
2014-08-14
Added implementation of vote.ballot (passing directed test). Added popc (not...
Wilson Fung
2014-08-14
Fixing texture fetching for 1D texture with non-normalized coordinates: Addin...
Wilson Fung
2014-08-14
Fixing multi-element texel access. Now texture with RGBA components are read...
Wilson Fung
2014-08-14
Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...
Wilson Fung
2014-08-14
Fixing bugs 169, 170, 171
Ahmed El-Shafiey
2014-08-14
Integration from tm-311 branch. Adding support for atomic operation with gen...
Wilson Fung
2014-08-14
Back out changelist 13683
Andrew M. B. Boktor
2014-08-14
Removing compiler warnings
Andrew M. B. Boktor
2014-08-14
Fix for bug 9: Now querying the state of the pdom stack in call_imp and callp...
Ayub Gubran
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
[next]