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

Non SIMD folding combos cause error #288

Open
chuckyount opened this issue Apr 11, 2024 · 0 comments
Open

Non SIMD folding combos cause error #288

chuckyount opened this issue Apr 11, 2024 · 0 comments
Labels

Comments

@chuckyount
Copy link
Contributor

Combining a folding spec with the 'intel64' arch spec will cause a failure during var initialization. This combo of features triggers intrinsic emulation and is probably not practically useful, but it is allowed.

make clean; make -j real_bytes=8 use_rcp=0 allow_new_var_types=0 trace=1 yc-and-yk-test stencil=test_2d arch=intel64 fold=x=3,y=2 YK_CXXOPT=-O0 mpi=0
...
Initializing stencil vars...
sh: line 1: 834445 Segmentation fault

@chuckyount chuckyount added the bug label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant