You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Go to project directory
Run CMake to build serial backend with cmake -B build_serial -S . && make -j$(nproc) -C build_serial
Run Spatter with a gather-scatter pattern using 'gs': ./build_serial/spatter -gUNIFORM:8:1 -uUNIFORM:8:1 -l$((2**24)) -kgs
πΏ 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
cmake -B build_serial -S . && make -j$(nproc) -C build_serial
./build_serial/spatter -gUNIFORM:8:1 -uUNIFORM:8:1 -l$((2**24)) -kgs
π¬ Logs
The text was updated successfully, but these errors were encountered: