summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
AgeCommit message (Expand)Author
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-25abstract_hardware_model.h:texrefAttr is different and can be searched via poi...Jonathan
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
2018-03-29Merge remote-tracking branch 'public_gpgpusim/dev' into devTor Aamodt
2018-03-28fix compile errors on Ubuntu LTS 16.04Tor Aamodt
2018-03-27support for pinned memories - temporary fixAmruth
2016-09-06Merge pull request #30 from sspenst/devgpgpu-sim
2016-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
2016-08-24Added shfl instructionsspenst
2016-07-06ADD: add kernel launching latency from stream to distributorJin Wang
2016-07-06ADD: add stats for kernel launching and complete cycleJin Wang
2016-07-06ADD: add cdp latencyJin Wang
2016-07-05ADD: delete streams created by cta when deleting kernelJin Wang
2016-07-05BUG: multiple child kernels finishJin Wang
2016-07-05BUG: do not handle cudaGetParameterBufferV2 and cudaLaunchDeviceV2 as call.un...Jin Wang
2016-07-05MOD: add child kernel stream and scheduling supportJin Wang
2016-06-07Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the ma...speverel
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
2014-08-14Support for named bariers + bar.red + bar.arrive instructionsAhmed El-Shafiey
2014-08-14Fix Bug 81Ahmed El-Shafiey
2014-08-14Review 77001: Fixing Writeback/Write allocate hard coded memory_access_types ...Tayler Hetherington
2014-08-14Adding option to force global memory accesses to skip L1 data cache while sti...Wilson Fung
2014-08-14Adding the ability to querry the WARPSZ flag from the ptx script.Tim Rogers
2014-08-14Interconnection traffic breakdown stats (integration from TM branch).Wilson Fung
2014-08-14Fixing bug 59 + cleaning some code related to the power modelAhmed El-Shafiey
2014-08-14make sure L1 cache is flushed at a configuration change between kernels, even...Ahmed El-Shafiey
2014-08-14 - Adding support for cudaFuncSetCacheConfig API, that allows changing theAhmed El-Shafiey
2014-08-14Replaced the legacy L2 cache access stats with more meaningful breakdown that...Wilson Fung
2014-08-14MergingTim Rogers
2014-08-14Fix for bug 30 (external).Wilson Fung
2014-08-14Merging Power model into FermiTayler Hetherington
2014-08-14OpenCL newer diver fixHadi Jooybar
2014-08-14Fixed the shared memory bank conflict model for GTX 480 and Tesla C2050. Now...Wilson Fung
2014-08-14Modified the cache hierarchy, reorganized code to eliminate code replication,...Tayler Hetherington
2014-08-14Minor refactoring for the SIMT Stack implementation and fixing some indentationWilson Fung
2014-08-14Fixing texture fetching for 1D texture with non-normalized coordinates: Addin...Wilson Fung
2014-08-14Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...Wilson Fung
2014-08-14Fixed incorrect counting of predicated instruction. (Bug #15 external)Wilson Fung
2014-08-14On demand loading of fatbinsAndrew M. B. Boktor
2014-08-14Clean up the unordered_map fallback support.Wilson Fung
2014-08-14Fixed gcc-4.3 warning related to SIMT stack in CL13519Inderpreet Singh
2014-08-14SIMT stack is now implementated as a stack to allow arbitrary recursion depthInderpreet Singh
2014-08-14Ptxplus fix for recrusive call handling in SIMT stack (CL13410).Inderpreet Singh
2014-08-14Copied in Arun's SIMT stack fix for recursive calls (CL8574)Inderpreet Singh