aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-22revert to before texture bugJonathan
2018-05-18erase texinfo in unbind and disable assertJonathan
2018-05-18implemented unbind, currently only affects cudaArray mapJonathan
2018-05-18reverted cuda8 changes (extra fields) and assert texture bug fix's assumptionJonathan
2018-05-17changed for loop, pass pipeline?Jonathan
2018-05-17abstract_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-17counting matches with same texref contents, added cuda8 fields to texref structJonathan
2018-05-17allows gpgpusim to select a set of texture array,attr,info but maybe not the ↵Jonathan
right one
2018-05-16is_reg changeJonathan
2018-05-09When doing the HW correlation, do not count the first 4 cycle runs (all our ↵tgrogers
data now has 10 run cycle runs). The first 4 are unreliable cause of DVFS
2018-05-09Merge remote-tracking branch 'public/dev' into devtgrogers
2018-05-09if data_dirs is not there - forget about ittgrogers
2018-05-09Getting the simulator to compile with older versions of g++tgrogers
2018-04-25Merged in amruth_s/apr14 (pull request #6)Amruth
Crash when array pointers are passed
2018-04-19Merge branch 'dev' of https://bitbucket.org/amruth_s/apr14 into devAmruth
2018-04-19Crash when array pointers are passedAmruth
2018-04-16Merged in amruth_s/apr14 (pull request #4)Amruth
code working fine on all CDP benchmarks
2018-04-15Initial Bitbucket Pipelines configurationAmruth
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
2018-04-11Merge pull request #65 from tgrogers/devTor Aamodt
Bunch of changes made to 3.x that help with data collection
2018-04-11Merged in amruth_s/apr2_gpgpusim (pull request #3)Amruth
Support for CDP and minor bug fixes
2018-04-11Copyright symbol errorAmruth
2018-04-11This build status line was broken when there were cached filestgrogers
2018-04-11Merge remote-tracking branch 'upstream/dev' into devtgrogers
2018-04-11cuda_runtime_api.cc edited online with BitbucketAmruth
2018-04-11clean upAmruth
2018-04-11PDOM analysis for child kernel in CDPAmruth
2018-04-10added config -gpgpu_shmem_per_block and fixed cudaGetDeviceAttributes functionSuchita Pati
2018-04-09adding additional device attributes in cudaDeviceGetAttributes function for ↵Suchita Pati
mnist
2018-04-06fixing arch flagsAmruth
2018-04-05fixing file pointer and attributes issuesAmruth
2018-04-05Nice to know when the simulaton thread actually gets the exit call under ↵tgrogers
normal operation. This helps immensely in a clustered environmrnt where jobs randomly fail
2018-04-05fixing gpu-tot-cycle bugMahmoud
2018-04-05adding new stats counterMahmoud
2018-04-05adding new counters for parition level para and L2 BWMahmoud
2018-04-05GPGPU-Sim should always print when the sim thread exits - if this doesn't ↵tgrogers
happen, something bad has happened
2018-04-05Merged in amruth_s/apr2_gpgpusim (pull request #1)Amruth
Support for CDP
2018-04-04updating EOF condition for Mac usersAmruth
2018-04-04Prog gets stuck because it doesnt recieve EOFAmruth
2018-04-04adding missing ptxas flags for cdp supportAmruth
2018-04-03remove temporarily generated filesAmruth
2018-04-03Initial Bitbucket Pipelines configurationAmruth
2018-04-03crash when print() is sent to pdom analysisAmruth
2018-04-02Adding in Mahmoud's changes to the print cache statstgrogers
2018-04-01fix regressions -- move call to pre_decode into do_pdomTor Aamodt
2018-04-01add pdom analysis for function calls -- doesn't fix regressionsTor Aamodt
2018-03-31Getting rid of our constant, annoying prints. Running workloads of any size ↵tgrogers
causes ridiculous output file sizes
2018-03-31masked declaration leading to using unitialized buffer as file name, leading ↵Tor Aamodt
to crash this still fails regressions
2018-03-31restore code that selects ptx code that existsTor Aamodt