Skip to content

FIlter failed kernels#822

Open
viktor3308 wants to merge 1 commit intognuradio:mainfrom
viktor3308:main
Open

FIlter failed kernels#822
viktor3308 wants to merge 1 commit intognuradio:mainfrom
viktor3308:main

Conversation

@viktor3308
Copy link
Copy Markdown

A fix for issue #821, if it is indeed a bug (which it appears to be).

Comment thread lib/qa_utils.cc
Comment on lines -1386 to +1387
arch_results.push_back(!fail);
volk_test_time_t* result = &results->back().results[arch_list[i]];
arch_results.push_back(result->pass);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're still inside the loop for one architecture. I don't see how this would fail.
But: I'd argue the actual problem in this loop is the complexity. It would make more sense to refactor it and create a simpler problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants