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
/
libcuda
Age
Commit message (
Expand
)
Author
2018-06-30
changing the flow s.t. you cannot compile the simulator with a different vers...
tgrogers
2018-06-29
Fixing the PTXPLUS + new CUDA execution case.
tgrogers
2018-06-29
Allowing modern GPU configrations to properly run PTXPLUS.
tgrogers
2018-06-29
Whitespace edits - removing tabs - replacing with spaces
tgrogers
2018-06-29
Adding a print to indicate which PTX version we are actually using
tgrogers
2018-06-28
dumps pointers by accessing global memory
Jonathan
2018-06-28
Tests to find conditions that a value is a pointer and new mallocPtr_Size
Jonathan
2018-06-27
WIP dump params
Jonathan
2018-06-22
All required PTX JIT functions supported
Jonathan
2018-06-21
WIP adding support for PTX JIT and dumping params to cudaLaunches
Jonathan
2018-06-06
reverted some changed to pass regression
Jonathan
2018-06-05
ptx parse only
Jonathan
2018-06-04
parses through all ptx files, TODO: need to impl dp4a
Jonathan
2018-06-01
WIP attempting to parse ptx files in order
Jonathan
2018-05-31
Revert "allows _1.ptx generation without cuobjdump_complete_output generation"
Jonathan
2018-05-30
allows _1.ptx generation without cuobjdump_complete_output generation
Jonathan
2018-05-29
implements null stream case on cudaStreamWaitEvent and updates warning on nul...
Jonathan
2018-05-29
added must recordevent before waitevent call message
Jonathan
2018-05-29
fixes seg fault on concurrentKernels, speeds up concurrent_streams_empty, add...
Jonathan
2018-05-25
seg fault fix
Jonathan
2018-05-25
tentative impl of cudaStreamWaitEvent
Jonathan
2018-05-25
fixed weird spacing issue
Jonathan
2018-05-25
unimplement cudaStreaWaitEvent because I don't know what I'm doing
Jonathan
2018-05-25
cudaStreamWaitEvent tentative implementation
Jonathan
2018-05-25
unbind implementation
Jonathan
2018-05-25
revert to before texture bug
Jonathan
2018-05-25
implemented unbind, currently only affects cudaArray map
Jonathan
2018-05-01
Added support for -gpgpu_registers_per_block config
Suchita Pati
2018-04-22
Some classes were referred to as a class and a struct (reported as clang warn...
Nathan Conrad
2018-04-14
solving alignment issue
Amruth
2018-04-10
added config -gpgpu_shmem_per_block and fixed cudaGetDeviceAttributes function
Suchita Pati
2018-04-09
adding additional device attributes in cudaDeviceGetAttributes function for m...
Suchita Pati
2018-04-04
adding missing ptxas flags for cdp support
Amruth
2018-04-03
remove temporarily generated files
Amruth
2018-04-03
crash when print() is sent to pdom analysis
Amruth
2018-03-31
restore code that selects ptx code that exists
Tor Aamodt
2018-03-29
Merge remote-tracking branch 'public_gpgpusim/dev' into dev
Tor Aamodt
2018-03-29
arch is also not supported for cuda 5 or lower
Amruth
2018-03-29
compilation fix
Amruth
2018-03-29
cuobjdump -lptx flag is not supported by cuda 5 and lower
Amruth
2018-03-28
(attempt to) fix compile error in last checkin
Tor Aamodt
2018-03-28
fix compile errors on Ubuntu LTS 16.04
Tor Aamodt
2018-03-28
Merge remote-tracking branch 'public/dev' into dev
tgrogers
2018-03-28
This does not exist in older CUDAs - only compile it for >5. Not sure if 5 is...
tgrogers
2018-03-27
small corrections
Amruth
2018-03-27
considered CDP scenario
Amruth
2018-03-27
support for pinned memories - temporary fix
Amruth
2018-03-26
Don't directly pass strings to printf (beacuse they wouldn't be escapped). Cl...
Nathan Conrad
2018-03-25
code for removing duplicates in embedded ptx
Amruth
2018-03-23
dynamic pdom analysis at runtime
Amruth
[prev]
[next]