summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-07-13Add more print statements to debug api callsJonathan
Fixed bug with 32bit rem Fixed bug with launching kernels in ptxjitplus Removed extraneous files Cleaned up more pointers Added documentation for ptxjitplus
2018-07-09fixed pointer bug in ptx jit and added support for executing ptxjitconfig ↵Jonathan
when running ptxjit
2018-07-09better launchkernels and more printouts for debuggingJonathan
2018-07-04dumps ptx kernels and scripts to launch all kernelsJonathan
2018-07-04dump and load block and grid size and launchJonathan
2018-07-03loading params works nowJonathan
2018-06-29dumps global using pointer, dump output from ptxjit to fileJonathan
2018-06-28dumps pointers by accessing global memoryJonathan
2018-06-28Tests to find conditions that a value is a pointer and new mallocPtr_SizeJonathan
2018-06-27WIP dump paramsJonathan
2018-06-26exports and imports param data in new debug tool: WatchYourStepJonathan
2018-06-22All required PTX JIT functions supportedJonathan
2018-06-21WIP adding support for PTX JIT and dumping params to cudaLaunchesJonathan
2018-06-14bfe bug fixJonathan
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-04parses through all ptx files, TODO: need to impl dp4aJonathan
2018-06-01WIP attempting to parse ptx files in orderJonathan
2018-05-29implements null stream case on cudaStreamWaitEvent and updates warning on ↵Jonathan
null event to reflect api reference
2018-05-29clarifying commentsJonathan
2018-05-29fixes seg fault on concurrentKernels, speeds up concurrent_streams_empty, ↵Jonathan
adds check for null stream case on cudaStreamWaitEvent
2018-05-28better print statements for debugging stream_wait_event opJonathan
2018-05-25seg fault fixJonathan
2018-05-25tentative impl of cudaStreamWaitEventJonathan
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-25counting matches with same texref contents, added cuda8 fields to texref structJonathan
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-21Merged in suchitapati/gpgpusim-cudnn-5-18-18 (pull request #8)Suchita Pati
Support for ld operand in register space Approved-by: tgrogers-purdue <[email protected]>
2018-05-21Merged in suchitapati/gpgpusim-cudnn-05-01-18 (pull request #7)Suchita Pati
Support for -gpgpu_registers_per_block and addition of -save_embedded_ptx 1 to config files for mnistCUDNN Approved-by: tgrogers-purdue <[email protected]>
2018-05-18ld operand in register spaceSuchita Pati
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-02Minor change in config descriptionSuchita Pati
2018-05-01Added support for -gpgpu_registers_per_block configSuchita Pati
2018-04-19Crash when array pointers are passedAmruth
2018-04-14solving alignment issueAmruth
2018-04-13Merged in suchitapati/gpgpusim-cudnn (pull request #2)Suchita Pati
Adding support for additional device attributes in cudaDeviceGetAttributes function for mnistCUDNN