summaryrefslogtreecommitdiff
path: root/src/cuda-sim
AgeCommit message (Collapse)Author
2018-06-22All required PTX JIT functions supportedJonathan
2018-06-21WIP adding support for PTX JIT and dumping params to cudaLaunchesJonathan
2018-06-20Tensor core timing modelnegargoli93
2018-06-14bfe bug fixJonathan
2018-06-13debug printaamir
2018-06-13generic matrix multiply kernel passedaamir
2018-06-11tested all the configuration of mmaaamir
2018-06-11added all the configurationaamir
2018-06-08regression passedAamir Raihan
2018-06-06ptx.y fixed syntaxaamirraihan
2018-06-06added profilling xls and changes for regressionaamir
2018-06-06reverted some changed to pass regressionJonathan
2018-06-05ptx parse onlyJonathan
2018-06-05parse all ptx and add to symbol tableJonathan
2018-06-05added support for wmma:load_c:f16_typeaamir
2018-06-04parses through all ptx files, TODO: need to impl dp4aJonathan
2018-06-02mma working for type32_32aamir
2018-06-01added mma & mma_staamir
2018-06-01WIP attempting to parse ptx files in orderJonathan
2018-06-01wmma load workingaamir
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-25fixed merge issueJonathan
2018-05-25changed assertion to warning when binding to previously bound name.Jonathan
2018-05-25assertions and comments that allow the current unbind implementation to ↵Jonathan
behave correctly
2018-05-25cudaStreamWaitEvent tentative implementationJonathan
2018-05-25restructured texref maps to fix texture bugJonathan
2018-05-25unbind implementationJonathan
2018-05-25revert to before texture bugJonathan
2018-05-25erase texinfo in unbind and disable assertJonathan
2018-05-25implemented unbind, currently only affects cudaArray mapJonathan
2018-05-25reverted cuda8 changes (extra fields) and assert texture bug fix's assumptionJonathan
2018-05-25changed for loop, pass pipeline?Jonathan
2018-05-25abstract_hardware_model.h:texrefAttr is different and can be searched via ↵Jonathan
pointer cuda-sim.cc: counts matches between cudaBinTextureToArray texref param (pointer) to texref pointers in m_NameToTextureRef
2018-05-25allows gpgpusim to select a set of texture array,attr,info but maybe not the ↵Jonathan
right one
2018-05-25is_reg changeJonathan
2018-05-18ld operand in register spaceSuchita Pati
2018-05-12mma addednegargoli93
2018-05-12commit for eece527projectnegargoli93
2018-05-09Merge remote-tracking branch 'public/dev' into devtgrogers
2018-05-09Getting the simulator to compile with older versions of g++tgrogers
2018-05-04Getting the simulator to compile with older versions of g++tgrogers
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-22Add cmath include to cuda-math.h, to allow std::isnan to be usedNathan Conrad
2018-04-19Crash when array pointers are passedAmruth
2018-04-14solving alignment issueAmruth
2018-04-11Merge remote-tracking branch 'upstream/dev' into devtgrogers
2018-04-11clean upAmruth