summaryrefslogtreecommitdiff
path: root/libcuda
AgeCommit message (Expand)Author
2019-06-12Integrate ptxinfo into gpgpu_contextMengchi Zhang
2019-06-12Merge pull request #16 from echoedit/devMengchi Zhang
2019-06-12Fix for 4.2Mengchi Zhang
2019-06-12Move some function from ptx_loader to gpgpu_contextMengchi Zhang
2019-06-12Move some varsMengchi Zhang
2019-06-10Merge pull request #14 from echoedit/devMengchi Zhang
2019-06-10Move getters for gpgpu_context to globalsMengchi Zhang
2019-06-10Remove those duplicated definedMengchi Zhang
2019-06-10fixing thrust errorMahmoud
2019-06-10Merge pull request #13 from echoedit/devMengchi Zhang
2019-06-10updating the APUtgrogers
2019-06-10A bunch of boilerbplate to get 10.1 to compile. Still does not yet run. The w...tgrogers
2019-06-10Merge pull request #12 from echoedit/devMengchi Zhang
2019-06-10Move some struct upward in cuda_runtime_api.ccMengchi Zhang
2019-06-10Code to get CUDA 10 to work - looks like the gridDim/blockDim args given to c...tgrogers
2019-06-09updating the APUtgrogers
2019-06-09A bunch of boilerbplate to get 10.1 to compile. Still does not yet run. The w...tgrogers
2019-06-09Move some vars back to cuda_api_objectMengchi Zhang
2019-06-06Move g_glbmapMengchi Zhang
2019-06-06Move pinned_memory etcMengchi Zhang
2019-06-06Move more varsMengchi Zhang
2019-06-06Miss semicolonMengchi Zhang
2019-06-06Move 3 more varMengchi Zhang
2019-06-06Move g_cuda_launch_stackMengchi Zhang
2019-06-05Add cuda_api_object and move some varMengchi Zhang
2019-06-05adding new cuda 9 APIs to run the deepbench workloadsMahmoud
2019-06-04Add gpgpu_context as the top level classMengchi Zhang
2019-05-31add new params to the global stryct and fixing some bugsMahmoud
2019-05-30adding new values to gpu contextMahmoud
2019-05-30Move fatbin etc globalsMengchi Zhang
2019-05-29Move version_filename and g_cuda_launch_stackMengchi Zhang
2019-05-29Move libSectionListMengchi Zhang
2019-05-29Move SectionList to contextMengchi Zhang
2019-05-28Move some functions to enable C++Mengchi Zhang
2019-05-28Merge branch 'dev' of https://github.com/echoedit/gpgpu-sim_distribution into...Mengchi Zhang
2019-05-27Move some cuobjdump parser variablesMengchi Zhang
2019-05-23fix bug when launch a empty kernelJiangqiu Shen
2019-05-16Remove unused externMengchi Zhang
2019-05-08Merge pull request #2 from echoedit/devMengchi Zhang
2019-04-21Fix orderMengchi Zhang
2019-04-21Add yyerror definitionMengchi Zhang
2019-04-21Fix declaration for yylex and yyerrorMengchi Zhang
2019-04-21Fix cuobjdump_inMengchi Zhang
2019-04-21Move cuobjdump parser to reentrantMengchi Zhang
2019-04-19updating comment to reflect the correct name of attributePreyesh Dalmia
2019-04-18changes for compute capabiltyPreyesh Dalmia
2019-04-17Modified config files to add device limit configurationsSuchita Pati
2019-04-17Adding configs for device limits and fixed other misc bugsSuchita Pati
2019-04-16Adding additional fixes for the texture bugsSuchita Pati
2019-04-10Adding texture FixSuchita Pati