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
/
libcuda
/
cuda_runtime_api.cc
Age
Commit message (
Expand
)
Author
2018-05-25
unimplement cudaStreaWaitEvent because I don't know what I'm doing
Jonathan
2018-05-25
cudaStreamWaitEvent tentative implementation
Jonathan
2018-05-25
unbind implementation
Jonathan
2018-05-25
revert to before texture bug
Jonathan
2018-05-25
implemented unbind, currently only affects cudaArray map
Jonathan
2018-05-01
Added support for -gpgpu_registers_per_block config
Suchita Pati
2018-04-14
solving alignment issue
Amruth
2018-04-10
added config -gpgpu_shmem_per_block and fixed cudaGetDeviceAttributes function
Suchita Pati
2018-04-09
adding additional device attributes in cudaDeviceGetAttributes function for m...
Suchita Pati
2018-04-04
adding missing ptxas flags for cdp support
Amruth
2018-04-03
crash when print() is sent to pdom analysis
Amruth
2018-03-31
restore code that selects ptx code that exists
Tor Aamodt
2018-03-29
Merge remote-tracking branch 'public_gpgpusim/dev' into dev
Tor Aamodt
2018-03-29
arch is also not supported for cuda 5 or lower
Amruth
2018-03-29
compilation fix
Amruth
2018-03-29
cuobjdump -lptx flag is not supported by cuda 5 and lower
Amruth
2018-03-28
(attempt to) fix compile error in last checkin
Tor Aamodt
2018-03-28
fix compile errors on Ubuntu LTS 16.04
Tor Aamodt
2018-03-28
This does not exist in older CUDAs - only compile it for >5. Not sure if 5 is...
tgrogers
2018-03-27
small corrections
Amruth
2018-03-27
considered CDP scenario
Amruth
2018-03-27
support for pinned memories - temporary fix
Amruth
2018-03-25
code for removing duplicates in embedded ptx
Amruth
2018-03-23
dynamic pdom analysis at runtime
Amruth
2018-03-20
code to load the embedded ptx directly and prevent cuobjdump to dump everytim...
letr63jd56
2018-02-20
Added cudaDeviceGetAttribute
Suchita Pati
2017-05-09
Merge branch 'dev' into dev
Tim Rogers
2016-10-28
support for CUDA 8.0 PTX
Ahmed ElTantawy
2016-09-05
Merge pull request #28 from jwang323/cdp_clean
gpgpu-sim
2016-07-06
ADD: add knob to enable CDP in gpgpusim config
Jin Wang
2016-07-05
BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ch...
Jin Wang
2016-07-05
ADD: handle child kernel name in mov instruction. ADD: detect call cudaGetPar...
Jin Wang
2016-07-05
MOD: Hack warning for cuda device runtime lib function registration
Jin Wang
2016-07-05
BUG: cuobjdump for sm_35 with CDP
Jin Wang
2016-07-05
MOD: add support for cuda65 ptx header
Jin Wang
2016-06-10
Vastly improved runtime by relating symbol tables to file names
sspenst
2016-06-09
Merge branch 'dev' of https://github.com/sspenst/gpgpu-sim_distribution into dev
speverel
2016-06-09
Modified runtime API to support synchronization with the null stream.
speverel
2016-06-09
Forgot to add a return value
sspenst
2016-06-09
Added a basic implementation of cudaStreamCreateWithFlags
sspenst
2016-06-07
Updated the PTX section merging to be able to deal with multiple identifiers
sspenst
2016-06-07
Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the ma...
speverel
2016-06-03
Added mergeSectionList to combine any PTX files that remain after pruning int...
sspenst
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
2016-05-13
changed the SM version flag for generating ptxinfo to be dynamic instead of 20
sspenst
2016-05-13
remove the hackish comment and assign a default identifier for CUDA>=7.5
Ahmed ElTantawy
2016-05-13
detailed error message when minimum found ptx capability is still larger than...
Ahmed ElTantawy
2016-05-12
added an assertion to pruneSectionList
sspenst
2016-05-12
Commented out line that checks for identifier in PTX file so that sim runs in...
speverel
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
[next]