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
I download and build apps/fft OK and run OK with
./bench_fft 128 128
But with
./bench_fft 256 256
it aborts with
+++
Internal error at /xx/Halide-master/src/IR.cpp:250 triggered by user code at ./main.cpp:107:
Condition failed: lanes > 1
Ramp of lanes <= 1
Abort trap: 6
+++
This discussion was converted from issue #1455 on August 09, 2020 23:56.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I download and build apps/fft OK and run OK with
./bench_fft 128 128
But with
./bench_fft 256 256
it aborts with
+++
Internal error at /xx/Halide-master/src/IR.cpp:250 triggered by user code at ./main.cpp:107:
Condition failed: lanes > 1
Ramp of lanes <= 1
Abort trap: 6
+++
Any suggestions would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions