Michał Siedlaczek
Michał Siedlaczek
So just to clarify: in TBB, passing 1 makes it run sequentially, while passing 2 makes it run concurrently but with 1 worker, therefore kind of sequentially, too. Do I...
> See, this is the confusing part. i believe that is correct, but I am not sure why they would allow `n = 2` to run the same as `n...
We can use `-ftime-report` flag to analyze.
I understand, but we can easily use `auto quantized = scorer_name == "quantized"` and pass it along. The point is to have the command arguments that make sense. I've been...
@wanghenshui I'm all for extensive warnings, but do you have any idea if we can suppress warnings in the header-only libraries we depend on?
I agree. I'd like to keep clang-tidy build for each PR though. If we have to choose which compilers to run primarily, we should use the latest version. Before we...
We probably should, but historically, we used this when we already had a stream of tokens coming, that's probably why it's like this. But yeah, it should be fixed.
> I would use either yaml or json Yes, definitely not XML. I think yaml is a good idea since it's very much readable, more so than JSON.
This one seems reasonable.
Looks quite reasonable.