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
Age
Commit message (
Expand
)
Author
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
The ptx parser now recognizes the NC option for ld.global, however this optio...
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-13
getting the parsing compatible with previous version - tested on 4.2, 5.5 and...
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
2016-05-12
initial support for cuda 7.5 parsing
ElTantawy
2016-05-12
Adding in changes to put generated code files in the build directory instead ...
tgrogers
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
2014-08-14
Changing the make flow so all the generated files, both object and code gene...
Tim Rogers
2014-08-14
Removing a slew of code still compiled with gcc and the need for a bunch of e...
Tim Rogers
2014-08-14
define the cudaFuncSetCacheConfig for CUDART_VERSION >= 3000
Ahmed El-Shafiey
2014-08-14
- Adding support for cudaFuncSetCacheConfig API, that allows changing the
Ahmed El-Shafiey
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
enable CUBIN parsing on Mac OS X
Tor Aamodt
2014-08-14
Modified cuobjdump-based PTX/SASS extraction (CUDA 4.0 and newer) to support ...
Wilson Fung
2014-08-14
Remove memory leak in cudaSetupArgument()
Wilson Fung
2014-08-14
Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...
Wilson Fung
2014-08-14
Fix compilation error with CUDA 2.3.
Wilson Fung
2014-08-14
Allowing cuobjdump on the executable to return error when experimental librar...
Wilson Fung
2014-08-14
Fixing the case where cuobjdump is not used for on demand loading of binaries
Andrew M. B. Boktor
2014-08-14
Fixing build fail on Jenkins
Andrew M. B. Boktor
2014-08-14
On demand loading of fatbins
Andrew M. B. Boktor
2014-08-14
Integration from TM-311 branch.
Wilson Fung
2014-08-14
Extended andrew's fatbin hack to support CUDA 4.1 and 4.2 as well.
Wilson Fung
2014-08-14
Fixing the build for CL 13728 for older gcc
Andrew M. B. Boktor
2014-08-14
Adding a less brittle support for associating the fatbins to sections in the ...
Andrew M. B. Boktor
2014-08-14
Fixing bug #7 on gpgpu-sim.org
Andrew M. B. Boktor
2014-08-14
Back out changelist 13683
Andrew M. B. Boktor
2014-08-14
Removing compiler warnings
Andrew M. B. Boktor
2014-08-14
Clean up the unordered_map fallback support.
Wilson Fung
2014-08-14
Now makedepend doesn't have to interfere with our commits anymore.
Andrew M. B. Boktor
2014-08-14
Remove -gpgpu_ptx_use_cuobjdump from configs. Update error reporting to be m...
Tor Aamodt
2014-08-14
Catching the problem where the embedded ptx cannot be found because the bench...
Andrew M. B. Boktor
2014-08-14
supressing signed to unsigned comparison and unused warnings (flex generates ...
Andrew M. B. Boktor
2014-08-14
Removing warnings
Andrew M. B. Boktor
2014-08-14
Re-wrote the intermediate structure for the output of cuobjdump using C++ cla...
Andrew M. B. Boktor
2014-08-14
Removing a couple of warnings
Andrew M. B. Boktor
2014-08-14
Adding copyright notices and updating CHANGES
Andrew M. B. Boktor
2014-08-14
Fixing a small bug
Andrew M. B. Boktor
[next]