Split octagon autotuner to separate octagonAnalysis and octagonVars autotuners#1952
Split octagon autotuner to separate octagonAnalysis and octagonVars autotuners#1952karoliineh wants to merge 2 commits intomasterfrom
Conversation
michael-schwarz
left a comment
There was a problem hiding this comment.
We should start to document what these autotuners do somehow. Maybe we can have some way they are registered and a command line option to get the description of all autotuners like you can get one for the analyses?
We don't actually have the analysis descriptions available at runtime. They exist as module documentation in the API docs for now (which isn't too user-friendly but better than none at all). But documenting the autotuners would definitely be a good idea. A separate next step would be to split |
Solves #1449