Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ› [BUG] - v1.1 gs kernel option is invalid #217

Open
radelja opened this issue Sep 27, 2024 · 0 comments
Open

πŸ› [BUG] - v1.1 gs kernel option is invalid #217

radelja opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@radelja
Copy link
Contributor

radelja commented Sep 27, 2024

πŸ’Ώ OS

Ubuntu 22

πŸ—οΈ Architecture

x86_64

πŸ“ Description

Spatter v1.1 accepted 'gs' as a kernel option from the command-line. The gather-scatter pattern now uses 'sg' to specify that pattern and no longer accepts 'gs' as a valid option from the command-line.

πŸ”„ Reproduction steps

  1. Go to project directory
  2. Run CMake to build serial backend with cmake -B build_serial -S . && make -j$(nproc) -C build_serial
  3. Run Spatter with a gather-scatter pattern using 'gs': ./build_serial/spatter -gUNIFORM:8:1 -uUNIFORM:8:1 -l$((2**24)) -kgs

πŸ’¬ Logs

Valid Kernels are: gather, scatter, sg, multigather, multiscatter
@radelja radelja added the bug Something isn't working label Sep 27, 2024
radelja added a commit to radelja/spatter that referenced this issue Sep 28, 2024
@radelja radelja self-assigned this Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant