summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-09Copied cuobjdump_to_ptxplus into fermi branch. Minor modifications were made ...Jimmy Kwa
2010-11-30integrate changes (makes code more modular, i would argue)Tor Aamodt
2010-11-29make an explicit read operands stageTor Aamodt
2010-11-29integrate mask changesTor Aamodt
2010-11-28bug fix for ptxplus w/ data cache disabledTor Aamodt
2010-11-28enabling L2 data cache... it is write through, write evict like L1.Tor Aamodt
2010-11-28adding 1st level data cacheTor Aamodt
2010-11-15Cleaned up decuda_to_ptxplus code to remove compiler warningsJimmy Kwa
2010-11-09Added modifications to Makefile to build decuda_to_ptxplus and download/patch...Jimmy Kwa
2010-10-28fixed decuda_to_ptxplus's makefile after being moved into distribution. Moved...Jimmy Kwa
2010-10-28used p4 integrate to copy decuda_to_ptxplus into the distribtion folder. Edit...Jimmy Kwa
2010-10-240.9756 correlation. Set L1T line size to 128 bytes... problem wasTor Aamodt
2010-10-241. updates to .gdbinit fileTor Aamodt
2010-10-241. fix load imbalance issue (CTA's were filling up first core in a cluster be...Tor Aamodt
2010-10-24add back per shader icount tracking for visualizerTor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-22enables global loads/stores for ptxplusTor Aamodt
2010-10-211. rewriting memory access generation code (from scratch), why not...Tor Aamodt
2010-10-19adding texture cache model with fragment fifo for latency hidingTor Aamodt
2010-10-18update lru state on hitTor Aamodt
2010-10-18Re-designed cache model:Tor Aamodt
2010-10-161. creating cache_config object to encapsulate cache configuration informationTor Aamodt
2010-10-161. refactoring histogram/logger so that classes are in header filesTor Aamodt
2010-10-161. moving address decoding into a class (and out of cache entirely)Tor Aamodt
2010-10-161. enable OpenCL to PTX compilation on remote host without NFSTor Aamodt
2010-10-121. adding simt_core_cluster, which models a TPC or (for fermi) GPC...Tor Aamodt
2010-10-101. create function unit classes for SP, SFU, LD/ST.Tor Aamodt
2010-10-09fixes problem with remote OpenCL PTX generationTor Aamodt
2010-10-09integrate CL 7836 (running regressions on cluster)Tor Aamodt
2010-10-09refactor: renaming some texture reference variables after moving to gpgpu_tTor Aamodt
2010-10-09refactoring: moving texture reference mappings into gpgpu_t Tor Aamodt
2010-10-09Refactoring: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-05simulator "working" on ptxplus, simulated IPC "too low" by about a factor of ...Tor Aamodt
2010-10-05bug fixesTor Aamodt
2010-10-05broken change list: builds, but does not run, yetTor Aamodt
2010-10-03bug fix for last check in (problem w/ CUDA 3.1 regressions)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-02refactor: mem_fetch now a classTor Aamodt
2010-10-02refactoring: make shd_cache_t into a class (cache_t), plus some other cleanin...Tor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-30integrating CL 7421-7434 from fermi-test Tor Aamodt
2010-08-29- integrate changes from fermi-test (CL's under that path in range 7261-7418).Tor Aamodt
2010-08-24some minor cleaning upTor Aamodt
2010-08-24integrate wilson's bug fix for cycle countingTor Aamodt
2010-08-23- oclMatrixMul passing (added support for dynamically allocating shared memor...Tor Aamodt