summaryrefslogtreecommitdiff
path: root/src/cuda-sim/instructions.cc
AgeCommit message (Expand)Author
2019-08-26Fix a bunch of outstanding warnings and undefined behaviorNick
2019-07-15Move debug_tensorcoreMengchi Zhang
2019-07-15Move g_num_ptx_inst_uidMengchi Zhang
2019-07-11Move g_cuda_device_launch_param_map and g_cuda_device_launch_opMengchi Zhang
2019-07-11Move ptx_tex_regsMengchi Zhang
2019-07-11Move g_total_param_sizeMengchi Zhang
2019-06-20Fix bug for bar.red.op.predMengchi Zhang
2019-06-10Remove those duplicated definedMengchi Zhang
2019-05-17Move ptx parser to reentrantMengchi Zhang
2019-04-16Adding additional fixes for the texture bugsSuchita Pati
2019-04-10Adding texture FixSuchita Pati
2018-11-29Fixing the compile in gcc 4.4.xtgrogers
2018-11-09Adding checkpoint supportDeval Shah
2018-11-09resolving merge conflictsDeval Shah
2018-11-09resolving merge conflictDeval Shah
2018-11-04bug in the wmma_ld for load-c in fp16 modeaamir
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-16fix alignment bug in parser, modified ptxjitconfig, minor fixesJonathan
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-08brev implementationJ
2018-08-07implemented prmt and started working on variable precision mul instaamir
2018-07-21merging the changes of cutlass on negar tensorcore branchaamir
2018-07-16fp32 to fp16 and fp16 to fp32 cvtJonathan
2018-07-13Add more print statements to debug api callsJonathan
2018-06-21WIP adding support for PTX JIT and dumping params to cudaLaunchesJonathan
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-06added profilling xls and changes for regressionaamir
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