summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-14Fix for bug #154-internal and #8-externalAndrew M. B. Boktor
2014-08-14Adding the madp instruction, which does multiply add with carry-in. Still ne...Wilson Fung
2014-08-14Now makedepend doesn't have to interfere with our commits anymore.Andrew M. B. Boktor
2014-08-14Adding a two level scheduler as described in the ISCA 2012 tutorialAndrew M. B. Boktor
2014-08-14Fixing one of the problems discovered for bug 154 (internal).Wilson Fung
2014-08-14Fixed DRAM performance statistics to display information for more than 4 banks.Wilson Fung
2014-08-14Fixed GDDR5 parameters in Fermi config:Wilson Fung
2014-08-14Fix for bug 168 (internal). The overall average memory latency should now be...Wilson Fung
2014-08-14- Update README file to be slightly more user friendly (i.e., try not to impl...Tor Aamodt
2014-08-14- adding clearer documentation to setup_environmentTor Aamodt
2014-08-14updating version number string to 3.1.0+edits to indicate further edits past ...Tor Aamodt
2014-08-14Fixing bug 161 and 164. WP now runs without deadlocking due to I-cache miss ...Wilson Fung
2014-08-14fixing cuda printfAndrew M. B. Boktor
2014-08-14Removing warningsAndrew 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-14Release 3.1.0Andrew M. B. Boktor
2014-08-14No need to write pid in r0 if kernel doesn't use r0 (causes failure)Andrew M. B. Boktor
2014-08-14Fixing opencl statsAndrew M. B. Boktor
2014-08-14Fixing typoAndrew M. B. Boktor
2014-08-14A much easier way to attempt to fix the problem targeted by CL12362 is to jus...Andrew M. B. Boktor
2014-08-14When a kernel is done, it doesn't mean it finished executing. Instructions co...Andrew M. B. Boktor
2014-08-14Removing a wrong commentAndrew M. B. Boktor
2014-08-14Fixing a potential problem.Andrew M. B. Boktor
2014-08-14Fixes a rare race condition that prevents the kernel stats from being printed.Andrew M. B. Boktor
2014-08-14Removing some bottlenecks that limit that peak-IPCAndrew M. B. Boktor
2014-08-14Integrated in CL12342 from coherence branch; fix for bug #160Inderpreet Singh
2014-08-14Adding configurable instruction latencies and initiation intervalsAndrew M. B. Boktor
2014-08-14Using only move_out_to to move pipeline registersAndrew M. B. Boktor
2014-08-14Supporting the option for removing temporary filesAndrew M. B. Boktor
2014-08-141. Fixing ptx with sm_20Andrew M. B. Boktor
2014-08-14Ensuring the correct ptxas is usedAndrew M. B. Boktor
2014-08-14Adding support in the simulator for addition with carry specified in a given ...Andrew M. B. Boktor
2014-08-14Integrated in CL12250 from coherence branch - fix for atomic payload bug (see...Inderpreet Singh
2014-08-14Using nvcc present in CUDA_INSTALL_PATH instead of the one in PATHAndrew M. B. Boktor
2014-08-14Changing writeback arbitration among multiple clients (shared,tex,const,globa...Wilson Fung
2014-08-14Removing a wrong commentAndrew M. B. Boktor
2014-08-14Removing all remaining traced of decudaAndrew M. B. Boktor
2014-08-14This changelist adds the following:Andrew M. B. Boktor
2014-08-14Supporting ptxas from CUDA 4.0Andrew M. B. Boktor
2014-08-14Changing the configs to be backward compatible by disabling bank groups by de...Andrew M. B. Boktor
2014-08-14Allowing capability up to sm_20, fixed ocl failuresAndrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14MergingAndrew M. B. Boktor
2014-08-14Adding 64-bit support for atomicAdd, atomicExch, atomicCAS and created a brie...Wilson Fung
2014-08-14Integration change. Fixing bug for #149: A pathological case that caused LD i...Wilson Fung
2014-08-14-Bug 146 fix (Adding perfect memory interface)Ahmed El-Shafiey
2014-08-14Fixing bug 145. Now partition_address() works for non-power-of-two number of...Wilson Fung
2014-08-14Fix for bug 144. Now warp parts option is used in coalescing logic (before i...Wilson Fung
2014-08-14Adding a description of what assumptions are made.Andrew M. B. Boktor