summaryrefslogtreecommitdiff
path: root/libcuda/cuda_runtime_api.cc
AgeCommit message (Collapse)Author
2018-05-01Added support for -gpgpu_registers_per_block configSuchita Pati
2018-04-22Some classes were referred to as a class and a struct (reported as clang ↵Nathan Conrad
warnings). This makes these consistent.
2018-04-14solving alignment issueAmruth
2018-04-10added config -gpgpu_shmem_per_block and fixed cudaGetDeviceAttributes functionSuchita Pati
2018-04-09adding additional device attributes in cudaDeviceGetAttributes function for ↵Suchita Pati
mnist
2018-04-04adding missing ptxas flags for cdp supportAmruth
2018-04-03crash when print() is sent to pdom analysisAmruth
2018-03-31restore code that selects ptx code that existsTor Aamodt
2018-03-29Merge remote-tracking branch 'public_gpgpusim/dev' into devTor Aamodt
2018-03-29arch is also not supported for cuda 5 or lowerAmruth
2018-03-29compilation fixAmruth
2018-03-29cuobjdump -lptx flag is not supported by cuda 5 and lowerAmruth
2018-03-28(attempt to) fix compile error in last checkinTor Aamodt
2018-03-28fix compile errors on Ubuntu LTS 16.04Tor Aamodt
2018-03-28This does not exist in older CUDAs - only compile it for >5. Not sure if 5 ↵tgrogers
is appropraite - but we test 4.2 and it fails
2018-03-27small correctionsAmruth
2018-03-27considered CDP scenarioAmruth
2018-03-27support for pinned memories - temporary fixAmruth
2018-03-25code for removing duplicates in embedded ptxAmruth
2018-03-23dynamic pdom analysis at runtimeAmruth
2018-03-20code to load the embedded ptx directly and prevent cuobjdump to dump ↵letr63jd56
everytime we execute the code
2018-02-20Added cudaDeviceGetAttributeSuchita Pati
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
Initial support of CUDA Dynamic Parallelism on GPGPUSim
2016-07-06ADD: add knob to enable CDP in gpgpusim configJin Wang
2016-07-05BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ↵Jin Wang
child kernels in CDP. BUG: .weak .entry and .weak .global directives in ptx file. BUG: empty_protected() for stream manager causes deadlock, change to empty()
2016-07-05ADD: handle child kernel name in mov instruction. ADD: detect call ↵Jin Wang
cudaGetParameterBufferV2 and call cudaLaunchDeviceV2
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 ↵speverel
maximum allowable memory to 2GB and the compute version to 5.2.
2016-06-03Added mergeSectionList to combine any PTX files that remain after pruning ↵sspenst
into a single file.
2016-06-02Added handling of .cc option for arithmetic instructions. NOTE: Only made ↵speverel
changes to parse instructions. Carry functionality NOT fully implemented; .cc instructions function like their unmodified ueqivelents. Also modified GTX750Ti config to model L1 data cache as simply not being used for global loads (instead of not existing at all). Changed ptxinfo parsing to avoid crashing when info includes texture information.
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 ↵Ahmed ElTantawy
than the maximum forced capability
2016-05-12added an assertion to pruneSectionListsspenst
2016-05-12Commented out line that checks for identifier in PTX file so that sim runs ↵speverel
in 7.5
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 ↵Tim Rogers
external C linkage [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15912]
2014-08-14define the cudaFuncSetCacheConfig for CUDART_VERSION >= 3000Ahmed El-Shafiey
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15818]
2014-08-14 - Adding support for cudaFuncSetCacheConfig API, that allows changing theAhmed El-Shafiey
L1 Cache and Shared Memory configurations across kernels. The support enable the user to specify two more configurations (Preferred L1) or (Preferred Shared Memory) besides the default config. If the cudaFuncSetCacheConfig API is used to set the cache configuration of a specific kernel to either of these configuration (cudaFuncCachePreferShared, cudaFuncCachePreferL1), the simulator will change the cache configuration at kernel launch accordingly, if there is no alternative configurations provided to the simulator it will use the default configurations with a warning message display [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15816]
2014-08-14 Fixing a slew of compiler warningsTim Rogers
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15218]