summaryrefslogtreecommitdiff
path: root/libcuda/cuda_runtime_api.cc
AgeCommit message (Expand)Author
2017-05-09Merge branch 'dev' into devTim Rogers
2016-10-28support for CUDA 8.0 PTXAhmed ElTantawy
2016-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
2016-07-06ADD: add knob to enable CDP in gpgpusim configJin Wang
2016-07-05BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ch...Jin Wang
2016-07-05ADD: handle child kernel name in mov instruction. ADD: detect call cudaGetPar...Jin Wang
2016-07-05MOD: Hack warning for cuda device runtime lib function registrationJin Wang
2016-07-05BUG: cuobjdump for sm_35 with CDPJin Wang
2016-07-05MOD: add support for cuda65 ptx headerJin Wang
2016-06-10Vastly improved runtime by relating symbol tables to file namessspenst
2016-06-09Merge branch 'dev' of https://github.com/sspenst/gpgpu-sim_distribution into devspeverel
2016-06-09Modified runtime API to support synchronization with the null stream.speverel
2016-06-09Forgot to add a return valuesspenst
2016-06-09Added a basic implementation of cudaStreamCreateWithFlagssspenst
2016-06-07Updated the PTX section merging to be able to deal with multiple identifierssspenst
2016-06-07Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the ma...speverel
2016-06-03Added mergeSectionList to combine any PTX files that remain after pruning int...sspenst
2016-06-02Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...speverel
2016-05-13changed the SM version flag for generating ptxinfo to be dynamic instead of 20sspenst
2016-05-13remove the hackish comment and assign a default identifier for CUDA>=7.5Ahmed ElTantawy
2016-05-13detailed error message when minimum found ptx capability is still larger than...Ahmed ElTantawy
2016-05-12added an assertion to pruneSectionListsspenst
2016-05-12Commented out line that checks for identifier in PTX file so that sim runs in...speverel
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim Rogers
2014-08-14define the cudaFuncSetCacheConfig for CUDART_VERSION >= 3000Ahmed El-Shafiey
2014-08-14 - Adding support for cudaFuncSetCacheConfig API, that allows changing theAhmed El-Shafiey
2014-08-14 Fixing a slew of compiler warningsTim Rogers
2014-08-14enable CUBIN parsing on Mac OS XTor Aamodt
2014-08-14Modified cuobjdump-based PTX/SASS extraction (CUDA 4.0 and newer) to support ...Wilson Fung
2014-08-14Remove memory leak in cudaSetupArgument()Wilson Fung
2014-08-14Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...Wilson Fung
2014-08-14Fix compilation error with CUDA 2.3.Wilson Fung
2014-08-14Allowing cuobjdump on the executable to return error when experimental librar...Wilson Fung
2014-08-14Fixing the case where cuobjdump is not used for on demand loading of binariesAndrew M. B. Boktor
2014-08-14Fixing build fail on JenkinsAndrew M. B. Boktor
2014-08-14On demand loading of fatbinsAndrew M. B. Boktor
2014-08-14 Integration from TM-311 branch.Wilson Fung
2014-08-14Extended andrew's fatbin hack to support CUDA 4.1 and 4.2 as well.Wilson Fung
2014-08-14Fixing the build for CL 13728 for older gccAndrew M. B. Boktor
2014-08-14Adding a less brittle support for associating the fatbins to sections in the ...Andrew M. B. Boktor
2014-08-14Fixing bug #7 on gpgpu-sim.orgAndrew M. B. Boktor
2014-08-14Back out changelist 13683Andrew M. B. Boktor
2014-08-14Removing compiler warningsAndrew M. B. Boktor
2014-08-14Remove -gpgpu_ptx_use_cuobjdump from configs. Update error reporting to be m...Tor Aamodt
2014-08-14Catching the problem where the embedded ptx cannot be found because the bench...Andrew M. B. Boktor
2014-08-14Re-wrote the intermediate structure for the output of cuobjdump using C++ cla...Andrew M. B. Boktor
2014-08-14Removing a couple of warningsAndrew M. B. Boktor
2014-08-14Fixing a small bugAndrew M. B. Boktor
2014-08-14Reworking the mechanism that selects which sm versino to run.Andrew M. B. Boktor