summaryrefslogtreecommitdiff
path: root/src/cuda-sim/cuda-sim.cc
AgeCommit message (Collapse)Author
2020-07-03removed whitespace changesLucy Liu
2020-07-03add activemask, bfind, vmin, and vmax implementations from FrancoisLucy Liu
2020-04-07Merge remote-tracking branch 'localpub/dev' into devtgrogers
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/cuda-sim formatting"Nick
This reverts commit 0c023e41809dba8897c37af6bb03e5c3aa9ebc5e.
2019-09-13Add src/cuda-sim formattingNick
2019-09-12Remove GPGPUsim_ctx_ptr()Mengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-09-11Remove g_stream_manager()Mengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-09-11Remove g_the_gpu()Mengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-09-03remove more unused variables and added asserts to function return valuesNick
2019-08-26Merge branch 'dev' into fix_warningsRoland Green
2019-08-26Fix a bunch of outstanding warnings and undefined behaviorNick
2019-08-22Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-private
2019-07-21take account of shfl latencyboyealKim
2019-07-15Move s_g_pc_to_insnMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-15Move g_debug_pcMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-11g_sym_name_to_symbol_tableMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-11Move g_ptx_cta_info_sm_idx_usedMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_debug_thread_uidMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_assemble_code_next_pcMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move cdp_latencyMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move gpgpu_ptx_instruction_classificationMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_pc_to_finfoMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_globals and g_constantsMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_inst_classification_stat and g_inst_op_classification_statMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_cuda_launch_blockingMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move g_rptsMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move gpgpu_param_num_shadersMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move g_ptx_sim_modeMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move g_global_name_lookup and g_constant_name_lookupMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move g_ptx_kernel_countMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move some more varsMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move opcode_initiation_*Mengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move opcode_latency_*Mengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-08Move g_ptx_sim_num_insnMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-08Move g_ptxinfo_error_detectedMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-08Move cp_cta_resumeMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-08Move cp_countMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-08Move opcode_latency_int thus pass gpgpu_context into many classesMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-06-18fixing shuffle inst bugMahmoud
2019-05-31adding missing changes in cuda-sim.ccMahmoud
2019-05-30adding new values to gpu contextMahmoud
2019-05-17Move ptx parser to reentrantMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
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
2018-11-29Fixing the compile in gcc 4.4.xtgrogers
2018-11-18Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution ↵Mahmoud
into dev
2018-11-09Adding checkpoint supportDeval Shah
2018-11-09resolving merge conflictsDeval Shah