aboutsummaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.h
AgeCommit message (Expand)Author
2018-11-03merged with memory subsytem. Regression is passing but tensorcore kernel is s...aamir
2018-10-24merged tensor-cores codeaamir
2018-08-16Timing model for VCOREnegargoli93
2018-08-07implemented prmt and started working on variable precision mul instaamir
2018-07-22added regression and debugged the failing testcaseaamir
2018-06-11added all the configurationaamir
2018-06-05added support for wmma:load_c:f16_typeaamir
2018-05-31mma_ld_implaamir
2018-05-30adding code for wmma_ld_impl, error at decode spaceaamir
2018-05-30changes for vector operandsaamir
2018-05-27added wmma parsing but execution getting abortedaamir
2018-05-12commit for eece527projectnegargoli93
2018-04-22Some classes were referred to as a class and a struct (reported as clang warn...Nathan Conrad
2017-08-17Merged all work on the dev branch since the divergence point into the dnn bra...speverel
2016-09-06Merge pull request #30 from sspenst/devgpgpu-sim
2016-08-24Added shfl instructionsspenst
2016-07-06Added sstarr memory, which works the same as shared memorysspenst
2016-07-06BUG: wrong declaration for m_args_aligned_sizeJin Wang
2016-07-05MOD: compute child parameter sizeJin Wang
2016-07-05ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...Jin Wang
2016-07-05ADD: initial support for instruction group used by CDPJin Wang
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2014-08-14This should fix 2.3 regression and may fix others as well.Ahmed El-Shafiey
2014-08-14Support for named bariers + bar.red + bar.arrive instructionsAhmed El-Shafiey
2014-08-14This should fix the NNC undefined memory locations bug. It turned out that th...Ahmed El-Shafiey
2014-08-14fixing some assignment in the "get_operand_value" function where unsigned wer...Ahmed El-Shafiey
2014-08-14Fixing a bug exposed by the fix for bug 42.Tim Rogers
2014-08-14MergingTim Rogers
2014-08-14proposed fix for bug 42 (Alexander Samoilov)Tor Aamodt
2014-08-14Merging Power model into FermiTayler Hetherington
2014-08-14Extended PTX parser to recognize the .ptr .shared directive and allocate shar...Wilson Fung
2014-08-14Fixed the timing model for LDU instruction, before it was not recognized as a...Wilson Fung
2014-08-14Added implementation of vote.ballot (passing directed test). Added popc (not...Wilson Fung
2014-08-14Fixing bugs 169, 170, 171Ahmed El-Shafiey
2014-08-14Fixing compile error on my machineAndrew M. B. Boktor
2014-08-14- print out instructions at branch divergence/reconvergence points (more info...Tor Aamodt
2014-08-14Fixed address operands of PTX memory instructions being ignored in predecode....Inderpreet Singh
2014-08-14fixup some dangling referencesTor Aamodt
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-12-28the assertionTor Aamodt
2010-10-241. updates to .gdbinit fileTor 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-161. creating cache_config object to encapsulate cache configuration informationTor Aamodt
2010-10-101. create function unit classes for SP, SFU, LD/ST.Tor Aamodt
2010-10-09refactoring: moving texture reference mappings into gpgpu_t Tor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-05broken change list: builds, but does not run, yetTor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt