summaryrefslogtreecommitdiff
path: root/src/cuda-sim/instructions.cc
AgeCommit message (Expand)Author
2018-11-03merged with memory subsytem. Regression is passing but tensorcore kernel is s...aamir
2018-11-02some minor changes asked in the code reviewaamir
2018-11-02added incount and outcount, addressed all of the pull request commentsaamir
2018-10-24merged tensor-cores codeaamir
2018-09-16print for mem transactionaamir
2018-09-14corrected the bug in vpcore functional modelaamir
2018-09-10added support for generating correct no of mem txnaamir
2018-09-09generating correct number of mem transactionaamir
2018-09-09minor changes for generating mem transaction in timing model. NOTE NOT COMPLETEDaamir
2018-08-14parsing changes for timing modelaamir
2018-08-13generalized v4 completed;Note I have only added row major support for matrix baamir
2018-08-12tested b4 b8 b16 modeaamir
2018-08-10added mma and st inst. Only different b mode needs to be addedaamir
2018-08-10corrected a bug in bfi implementationaamir
2018-08-09added loadaamir
2018-08-07implemented prmt and started working on variable precision mul instaamir
2018-07-21merging the changes of cutlass on negar tensorcore branchaamir
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-06added profilling xls and changes for regressionaamir
2018-06-05added support for wmma:load_c:f16_typeaamir
2018-06-02mma working for type32_32aamir
2018-06-01added mma & mma_staamir
2018-06-01wmma load workingaamir
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-12mma addednegargoli93
2018-05-12commit for eece527projectnegargoli93
2018-03-28fix compile errors on Ubuntu LTS 16.04Tor Aamodt
2017-09-24Changed how warp level instructions are handled to avoid an assert that is gu...speverel
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-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
2016-09-02MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0Jin Wang
2016-08-25OCDsspenst
2016-08-25Fixed minor shfl bugssspenst
2016-08-24Cleanupsspenst
2016-08-24Added shfl instructionsspenst
2016-08-09Changed bsmad_impl to match Ahmed's output. Added latency and initiation_inte...sspenst
2016-08-08Forgot to multiply by the synapsesspenst
2016-08-05Added ptx_warp_info to know how many threads within a warp have executedsspenst
2016-08-05bsmad gives the correct output in the small cases I have tried, still need to...sspenst
2016-08-04A thread executing BSMAD is now able to access information from all threads i...sspenst
2016-07-11Changed sst return value to be the address instead of index offsetsspenst
2016-07-11Reverted the previous commit to add a cleaner way of getting NUM_THREADS. Now...sspenst
2016-07-08Made gridDim and blockDim global variables so that they can be accessed from ...sspenst