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
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-05
Merged in amruth_s/apr2_gpgpusim (pull request #1)
Amruth
2018-04-04
updating EOF condition for Mac users
Amruth
2018-04-04
Prog gets stuck because it doesnt recieve EOF
Amruth
2018-04-04
adding missing ptxas flags for cdp support
Amruth
2018-04-03
remove temporarily generated files
Amruth
2018-04-03
Initial Bitbucket Pipelines configuration
Amruth
2018-04-03
crash when print() is sent to pdom analysis
Amruth
2018-04-01
fix regressions -- move call to pre_decode into do_pdom
Tor Aamodt
2018-04-01
add pdom analysis for function calls -- doesn't fix regressions
Tor Aamodt
2018-03-31
masked declaration leading to using unitialized buffer as file name, leading ...
Tor Aamodt
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
Merge pull request #64 from aamodt/dev
Tor Aamodt
2018-03-29
bitbucket-pipelines.yml edited online with Bitbucket
tgrogers-purdue
2018-03-29
bitbucket-pipelines.yml edited online with Bitbucket
tgrogers-purdue
2018-03-29
bitbucket-pipelines.yml edited online with Bitbucket
tgrogers-purdue
2018-03-29
Can I just do the exact same thing as Travis?
tgrogers-purdue
2018-03-29
bitbucket-pipelines.yml edited online with Bitbucket
tgrogers-purdue
2018-03-29
Initial Bitbucket Pipelines configuration
tgrogers-purdue
2018-03-28
(attempt to) fix compile error in last checkin
Tor Aamodt
2018-03-28
Merge remote-tracking branch 'upstream/dev' into dev
Tor Aamodt
2018-03-28
fix compile errors on Ubuntu LTS 16.04
Tor Aamodt
2018-03-28
20 makes no sense for this part
tgrogers
2018-03-28
Merge remote-tracking branch 'public/dev' into dev
tgrogers
2018-03-28
Do not run our private configs - just the public configs
tgrogers
2018-03-28
This was a useless commmit - there were other problems with pulling the simul...
tgrogers
2018-03-28
This does not exist in older CUDAs - only compile it for >5. Not sure if 5 is...
tgrogers
2018-03-28
Mirroring the internal setup_env that enables Jenkins to work
tgrogers
2018-03-28
Explicitly loggin in with Jenkins
tgrogers
2018-03-28
Our internal Jenkinsfile
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
Merge pull request #63 from pigrew/dev-printfFix
gpgpu-sim
2018-03-26
Merge pull request #62 from pigrew/dev-multiArchBreakpoint
gpgpu-sim
2018-03-26
Merge pull request #61 from pigrew/dev-gitignoreUpdate
gpgpu-sim
2018-03-26
Merge pull request #60 from pigrew/dev-ParserFix
gpgpu-sim
2018-03-26
Don't directly pass strings to printf (beacuse they wouldn't be escapped). Cl...
Nathan Conrad
2018-03-26
Provide portable (non-x86) breakpoint method which should work on all linuxes...
Nathan Conrad
2018-03-26
Ignore generated docs in gitignore
Nathan J Conrad
2018-03-26
Add vim swap files to gitignore
Nathan J Conrad
2018-03-26
Remove duplicate token in PTX parser
Nathan Conrad
2018-03-26
.call instruction may have an empty argument list
Nathan Conrad
2018-03-25
Merge pull request #59 from tgrogers/dev
gpgpu-sim
2018-03-25
code for removing duplicates in embedded ptx
Amruth
[next]