Vadim Markovtsev
Vadim Markovtsev
I noticed that sometimes style-analyzer reports 2 comments in the logs, but only one gets posted. Maybe related to not predicting quotes - my samples contained quote changes.
Given a modified file and a ground truth fixed file, we apply the model, generate a predicted file, throw away everything except those three files and measure quality metrics.
- [ ] Write abstract code to submit metrics - [ ] Wait for https://github.com/src-d/infrastructure/issues/269 - [ ] Write the code to integrate with (2)
We should filter rule groups which predict the same label and leave only the most general ones. Confidence matters - sometimes we should leave more specific rules instead.
A user can reject some rules and we should not run all rules which are very similar or more general.
### Preliminary Actions - [X] I have searched the existing [issues](https://github.com/amzn/amzn-drivers/issues) and didn't find a duplicate. - [X] I have followed the [AWS official troubleshoot documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/troubleshooting-ena.html). - [X] I have...
When I build the latest cutlass library for 90a, I see a lot of warnings like: ``` ptxas info : (C7511) Potential Performance Loss: wgmma.mma_async instructions are serialized due to...