| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Partial Revert "Fix correlation on A100 CUTLASS GEMM Kernels (#127)"
This reverts commit 987a23f84f8705c0566a47aeda2132fa33a82618.
Only reverting the kernel issue part - issue_block2core.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Modernize latency array declarations with C++17 style
- Replace C-style arrays with std::array for type safety
- Add zero-initialization using {} for arrays
- Add explicit zero-initialization for scalar latency variables
- Add #include <array> header
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* format code
---------
Co-authored-by: Claude Opus 4.5 <[email protected]>
|
|
|
|
|
|
* Update gpgpusim.config
* Update gpgpusim.config
|
|
issue_block2core function. (#128)
|
|
* 1. Add a queue to promote fairness CTA scheduling
2. Add a Perfect xbar interconnect option
* remove merge queue
* Should not change this
* rename pending cta to allocated_ctas
* run formatter
|
|
* running formatter
* consolidate CI runs
* use cluster to run formatter
* use cluster to run formatter
* Add a CI-Success step
|
|
* clock64 temp fix
* comment
|
|
|
|
* update_ci: use test matrix
* update_ci: add updated test script and better name
* update_ci: use minimal image for accelsim test as well
* update_ci: use github image for sst run
* update_ci: revert main yaml
|
|
* i_love_zsh: make setup script universal for other shells
* Update setup_environment
Co-authored-by: Copilot <[email protected]>
* Update setup_environment
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
|
|
|
|
* add a100 conf
* change l1 write ratio
|
|
* performance inprovements
* use node_id before incremented
* Cleanup iSLIP
* run set_dram_power_stats only when power model enabled
---------
Co-authored-by: WilliamMTK <[email protected]>
|
|
* Update the AccelSim test script to target the repo specified by the user.
* Change the warning for a missing ACCELSIM_REPO environment variable to an error and update workflow file to point to a temperory fix for circular dependency issue
* fix the repo name
* Change back to use dev branch
|
|
|
|
|
|
|
|
GPGPU-Sim needs libGL.so or the link fails.
|
|
* update_readme: add CMake, devcontainer, and SST
* update_readme: fix branch for sst-elements
* update_readme: fix typos
|
|
Signed-off-by: Athishpranav2003 <[email protected]>
Co-authored-by: Anu <[email protected]>
Co-authored-by: WilliamMTK <[email protected]>
|
|
* sst-integration-stream: add apis to make SST integration works with stream
* Add dev container specs
|
|
|
|
* Gcc13 support (#87)
* Update setup_environment
Sims should work with latest CUDA
* Update setup_environment
Throwing an error on updating CUDA is a bit much.
Let's warn them
* Update main.yml
Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker.
* fix gcc13 unit64 missing header
---------
Co-authored-by: Tor Aamodt <[email protected]>
Co-authored-by: Tim Rogers <[email protected]>
* Cuda12 support (#86)
* Update setup_environment
Sims should work with latest CUDA
* Update setup_environment
Throwing an error on updating CUDA is a bit much.
Let's warn them
* Update main.yml
Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker.
* added support to cuda 12, by predicating texuture cache
* format code
---------
Co-authored-by: Tor Aamodt <[email protected]>
Co-authored-by: Tim Rogers <[email protected]>
* Changed to use the new image
* merge upstream (#88)
* Update setup_environment
Sims should work with latest CUDA
* Update setup_environment
Throwing an error on updating CUDA is a bit much.
Let's warn them
* Update main.yml
Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker.
---------
Co-authored-by: Tor Aamodt <[email protected]>
* Updated docker image
* Update CMakeLists.txt
Support CUDA 12
---------
Co-authored-by: Ahmad Alawneh <[email protected]>
Co-authored-by: Tor Aamodt <[email protected]>
Co-authored-by: Tim Rogers <[email protected]>
Co-authored-by: Ni Kang <[email protected]>
|
|
* fix_cache_string: update cache desc in config files and remove typos
* fix_cache_string: update gitignore
|
|
simulation to work with CUDA 12. (#95)
* Fixing the formatter to always use a consistent format and running it on the codebase
* Update linux-so-version.txt
* Update Makefile
* A couple of unnecessary files that are lingering around
* Support CUDA 12
* Getting the PTX simulations to work with CUDA 12. The issue is that ptxas added more information (number of barriers and compile time). We have to parse these or lexx/yacc fail.
* Update ptxinfo.l
debug MACRO was ineffective
* Update gpgpusim_check.cmake
Update to make the CUDA version print a warning, not an error and updating the print to be more reflective of what the actual problem is.
|
|
* fix_cache_string: update cache config help text
* Automated Format
---------
Co-authored-by: purdue-jenkins <[email protected]>
Co-authored-by: Tim Rogers <[email protected]>
|
|
Deleting old files used by Jenkins
|
|
Support for CUDA 12.x and Ubuntu 24
|
|
|
|
* added support to cuda 12, by predicating texuture cache
* format code
|
|
|
|
Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker.
|
|
Throwing an error on updating CUDA is a bit much.
Let's warn them
|
|
Sims should work with latest CUDA
|
|
|
|
Purdue Updates Merging
|
|
* add_accelsim_test: add action and test script
* add_accelsim_test: add error status to exit command
|
|
|
|
* fix_sst_callbacks: add weak definitions for sst callbacks
* Automated Format
---------
Co-authored-by: purdue-jenkins <[email protected]>
|
|
* Add accommodations to run gpgpusim with SST simulation framework through balar
* Output setup_environment options when sourcing
* Add SST directive check when creating sim thread
* Add sst side test for jenkins
* sst-integration: update Jenkinsfile with offical sst-elements repo and fix bugs in pipeline script
* sst-integration: direct jenkins to rebuild gpgpusim before testing for sst
* sst-integration: fix bugs in sst repos config
* sst-integration: let Jenkins rebuilds simulator
Since the simulator needs to be configured with both normal mode and sst mode, need to rebuild make target to clean prior runs.
* sst-integration: Update Jenkinsfile to source env vars when running balar test
* sst-integration: refactor code to remove __SST__ flag
* sst-integration: fix a bug that init cluster twice for sst
* sst-integration: fix a bug of not sending mem packets to SST
* sst-integration: remove sst flags from makefiles and setup_env
* sst-integration: add comments to SST changes
* sst-integration: remove rebuilding simulator in jenkins when testing for SST
* sst-integration: revert simulator build script
* Add a function to support querying function argument info for SST
* sst-integration: add version detection for vanadis binary
* Automated Format
* add version detection support for gcc 10+
* sst-integration: add cudaMallocHost for SST
* sst-integration: fix a compilation bug
* sst-integration: add sst balar unittest CI
* sst-integration: specify GPU_ARCH for CI test
* sst-integration: use bash for github actions
* sst-integration: use https links for sst repos
* sst-integration: add SST dependencies to CI config
* sst-integration: remove sudo
* sst-integration: default to yes for apt install
* sst-integration: add manual trigger for github action
* sst-integration: remove wrong on event
* sst-integration: limit CPU usage for compilation
* sst-integration: fix wrong path
* sst-integration: use personal repo for testing
* sst-integration: remove sst-core source in CI to free space
* sst-integration: SST_Cycle use print stats with stream id
* Automated Format
* sst-integration: check for diskspace and try to clean it
* sst-integration: move out of docker image
* sst-integration: testing for ci path
* sst-integration: fix syntax
* sst-integration: pass env vars
* sst-integration: set env properly
* sst-integration: merge LLVM build and test into same job
* sst-integration: fix step order
* sst-integration: checkout correct branch for env-setup
* sst-integration: remove resourcing gpu apps
* sst-integration: revert back to docker github action
* sst-integration: enable debug trace for sst testing
* sst-integration: resourcing gpu app for env vars
* sst-integration: use GPUAPPS_ROOT for path for gpu app
* sst-integration: use GPUAPPS_ROOT for path for gpu app
* sst-integration: enable parallel ci tests and fix not returning with cudaMallocHostSST
* sst-integration: using debug flag for CI run
* sst-integration: revert debug ci run
* sst-integration: CI skips cuda sdk download and launch multiple jobs
* sst-integration: reenable parallel tests
* sst-integration: reduce concurrent test thread count
* sst-integration: skip long test for github runner
* sst-integration: try running CI with single core
* sst-integrtion: add callback to SST to check thread sync is done in SST_Cycle()
* sst-integration: ignore lookup if already found and add callbacks to SST
* Automated Format
* sst-integration: add support for indirect texture access
* Automated Format
* sste-integration: fix up for PR
* Automated Format
---------
Co-authored-by: purdue-jenkins <[email protected]>
|