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
- Disabled loop vectorizer because it was breaking xv6-nyuzi kernel boot test.
(issue #103)
- Deleted spmd_compiler project. It was becoming a pain to maintain and doesn't provide
much value.
The following code:
With the "Loop Vectorization" pass enabled will generate a very large unrolled loop with 1024 instructions.
Also, it doesn't seem to actually be using vectors here. Probably need to tweak cost model to discourage it from doing this.
The text was updated successfully, but these errors were encountered: