summaryrefslogtreecommitdiff
path: root/libcuda/cuda_runtime_api.cc
AgeCommit message (Expand)Author
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
2014-08-14Supporting the option for removing temporary filesAndrew M. B. Boktor
2014-08-14Handling the case where force_max_capability is set to 0 (means no restriction)Andrew M. B. Boktor
2014-08-141. Fixing ptx with sm_20Andrew M. B. Boktor
2014-08-14Removing all remaining traced of decudaAndrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14The simulator stops and outputs a message if it cannot find a cubin file whil...Andrew M. B. Boktor
2014-08-14Assigned debug level 3 to stream manager output.Inderpreet Singh
2011-04-09initial edits to compile with CUDA 2.3 (passes regression with CUDA 3.1)Tor Aamodt
2010-12-28- parameter memory and active threads now part of kernel_info_t:Tor Aamodt
2010-12-28- Checkpointing new support for concurrent kernel execution (CUDA only, not O...Tor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-09refactoring: moving texture reference mappings into gpgpu_t Tor Aamodt
2010-10-081. modify shader_core_ctx::execute_pipe() to model instruction throughput cor...Tor Aamodt
2010-10-08some fixes for ptxplus (correlation test now running)Tor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-03moving some CUDA API centric code to cuda_runtime_api.ccTor Aamodt
2010-10-031. integrating Inder's changesTor Aamodt
2010-10-031. enable L2 cache as a texture cache (also some bug fixes for L2 as regular ...Tor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-08refactor: shader.cc free of extern declarationsTor Aamodt
2010-08-08refactoring: mem_latency_stat in impl, etc...Tor Aamodt
2010-08-08** fully decouple kernel compilation from kernel launch for openclTor Aamodt
2010-08-08refactoring: start moving prototypes into headersTor Aamodt
2010-07-18simple event support re-enabled (e.g., 3dfd wants this)Tor Aamodt
2010-07-16- ifdef out stream stuff (not compatible with CUDA 3.1 :)Tor Aamodt
2010-07-16- integrate Wilson's bug fixes from release Tor Aamodt
2010-07-16- template runs/passes with CUDA 3.1, but requires that CUDA 2.3 Tor Aamodt
2010-07-15compiles with CUDA 3.1 (but, nothing tested)Tor Aamodt