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
Age
Commit message (
Expand
)
Author
2010-08-30
integrating CL 7421-7434 from fermi-test
Tor Aamodt
2010-08-29
- integrate changes from fermi-test (CL's under that path in range 7261-7418).
Tor Aamodt
2010-08-24
some minor cleaning up
Tor Aamodt
2010-08-24
integrate wilson's bug fix for cycle counting
Tor Aamodt
2010-08-23
- oclMatrixMul passing (added support for dynamically allocating shared memor...
Tor Aamodt
2010-08-23
- add '-keep' option to keep intermediate files (used for OpenCL only right now)
Tor Aamodt
2010-08-12
- allow multiple clCreateBuffer wth same host_ptr (undefined behavior in Open...
Tor Aamodt
2010-08-10
refactor: mostly finished getting rid of extern decl
Tor Aamodt
2010-08-09
refactor: remove extern decl up to gpgpusim_entrypoint.cc
Tor Aamodt
2010-08-08
refactor: shader.cc free of extern declarations
Tor Aamodt
2010-08-08
refactoring: continued, builds
Tor Aamodt
2010-08-08
refactoring: mem_latency_stat in impl, etc...
Tor Aamodt
2010-08-08
refactor: moving extern variable declarations into headers
Tor Aamodt
2010-08-08
- remember to return CL_SUCCESS if we allocate memory successfully
Tor Aamodt
2010-08-08
add clFlush (empty implementation) - oclMatrixMul completes but is failing (d...
Tor Aamodt
2010-08-08
oclSortingNetworks passing: update workgroup size calculation (now ignores
Tor Aamodt
2010-08-08
** fully decouple kernel compilation from kernel launch for opencl
Tor Aamodt
2010-08-08
refactoring: moving PTX parsing functions into ptx_parser.*
Tor Aamodt
2010-08-08
refactoring: moving 'loading' operations into ptx_loader.*
Tor Aamodt
2010-08-08
refactoring: making g_current_symbol_table local to ptx_ir.cc
Tor Aamodt
2010-08-08
refactoring: start moving prototypes into headers
Tor Aamodt
2010-08-08
check if debug thread selected
Tor Aamodt
2010-08-08
add listing function for ptx debugging
Tor Aamodt
2010-08-07
watchpoint facility for ptx debugging
Tor Aamodt
2010-08-04
intial support for integrated interactive debugger (for debugging PTX assembly)
Tor Aamodt
2010-07-30
fix stack pointer update on return
Tor Aamodt
2010-07-30
missing definition
Tor Aamodt
2010-07-29
compiling (not operand collector probably won't work for anything using tex i...
Tor Aamodt
2010-07-29
integrate operand collector (not compiling yet)
Tor Aamodt
2010-07-23
debug printing stuff
Tor Aamodt
2010-07-21
- reduce 3.1 sdk regression test runtimes (as per 2.3 sdk versions)
Tor Aamodt
2010-07-20
- adding CL_DEVICE_SINGLE_FP_CONFIG (need to get info on what it should be se...
Tor Aamodt
2010-07-19
OpenCL running on simulator w/ CUDA 3.1 and nvidia driver 256.35
Tor Aamodt
2010-07-19
updating opencl wrapper support
Tor Aamodt
2010-07-18
simple event support re-enabled (e.g., 3dfd wants this)
Tor Aamodt
2010-07-18
finished refactor+implement call/return passing (now working on simple exampl...
Tor Aamodt
2010-07-18
more refactoring of param passing
Tor Aamodt
2010-07-18
continuing refactoring
Tor Aamodt
2010-07-18
refactoring call/return ABI code (want unified interface for call/return reg/...
Tor Aamodt
2010-07-18
finished moving cuda printf stuff to seperate file (step 2)
Tor Aamodt
2010-07-18
moving cuda printf stuff to a seperate file (step 1)
Tor Aamodt
2010-07-18
refactoring
Tor Aamodt
2010-07-18
- simple device printf support added (supports %u, %d, %f)
Tor Aamodt
2010-07-17
- added *implied* local memory stack pointer for functional execution
Tor Aamodt
2010-07-17
getting rid of void pointers for ptx_thread_info
Tor Aamodt
2010-07-17
replacing suspicious looking code for local memory allocation management
Tor Aamodt
2010-07-17
param space updates for correct parsing (still need to allocate thread
Tor Aamodt
2010-07-17
- adding new memory_space_t type to enable differentiation of different
Tor Aamodt
2010-07-17
integrating Wilson's bugfixes from release branch
Tor Aamodt
2010-07-17
- add support for ld/st with generic addresses
Tor Aamodt
[next]