Skip to content
Snippets Groups Projects
Commit 3565b439 authored by Marcel Koch's avatar Marcel Koch
Browse files

remove wrong assertion

parent 9e9392e1
No related branches found
No related tags found
No related merge requests found
...@@ -486,7 +486,6 @@ def vectorize_micro_elements(knl): ...@@ -486,7 +486,6 @@ def vectorize_micro_elements(knl):
tail_vcl_size = vcl_size tail_vcl_size = vcl_size
while tail_vcl_size > tail_size: while tail_vcl_size > tail_size:
tail_vcl_size = tail_vcl_size // 2 tail_vcl_size = tail_vcl_size // 2
assert(tail_vcl_size > 0)
vectorize_tail = tail_vcl_size > 1 vectorize_tail = tail_vcl_size > 1
# manually add tail, since split_iname with slabs tries to vectorize the tail # manually add tail, since split_iname with slabs tries to vectorize the tail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment