-
Notifications
You must be signed in to change notification settings - Fork 202
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
qa_utils token parsing might be insufficient #326
Comments
Indeed LOL! Can we have a multiplier that's '0'? |
Does anyone know if we have a place where we describe volk kernel name parsing? Meaning: Looking at the kernel |
OK so yes Doug says |
@ValZapod any thoughts on this Volk issue? care to put together a PR for it? |
@ValZapod the token should be "x#", where # is a number in [0-9] ... but I'm not 100% sure if we can have "x0" ... certainly "x[2-5]" since those exist. So ... thinking just leaving the check to be in [0-9] is the way to go, just to fix this to be |
yup. I like this tweak ... simple, keeps what I think the intent of the code was supposed to be. |
This line < https://github.com/n-west/volk/blob/master/lib/qa_utils.cc#L157 >, according to @ValZapod < #59 (comment) >:
Is currently:
Consider instead
The text was updated successfully, but these errors were encountered: