index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gpgpusim_entrypoint.h
Age
Commit message (
Expand
)
Author
2019-09-13
Big reformat change using clang-format-6.0
Nick
2019-09-13
Revert "Add src/ director formatting"
Nick
2019-09-13
Add src/ director formatting
Nick
2019-09-12
Remove GPGPUsim_ctx_ptr()
Mengchi Zhang
2019-09-11
Remove g_stream_manager()
Mengchi Zhang
2019-09-11
Remove g_the_gpu()
Mengchi Zhang
2019-07-08
Move cp_count
Mengchi Zhang
2019-07-03
Connect gpgpu_context and GPGPUsim_ctx
Mengchi Zhang
2019-07-01
Move g_debug_ir_generation and GPGPUSim_Init
Mengchi Zhang
2019-06-23
Fix argv content since it is unchanged for GPGPU-Sim
Mengchi Zhang
2019-05-31
add new params to the global stryct and fixing some bugs
Mahmoud
2019-05-30
adding new values to gpu context
Mahmoud
2019-05-30
adding new params to gpgpu-sim strut
Mahmoud
2019-05-30
adding the gpu_context strut
Mahmoud
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2010-12-28
- parameter memory and active threads now part of kernel_info_t:
Tor Aamodt
2010-12-28
- Checkpointing new support for concurrent kernel execution (CUDA only, not O...
Tor Aamodt
2010-10-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
Tor Aamodt
2010-10-03
moving some CUDA API centric code to cuda_runtime_api.cc
Tor Aamodt
2010-10-01
integrating recent changes from fermi-test into fermi
Tor Aamodt
2010-08-08
** fully decouple kernel compilation from kernel launch for opencl
Tor Aamodt
2010-08-08
refactoring: start moving prototypes into headers
Tor Aamodt