You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One idea is to check for a function with normalized variant name as suffix, e.g. first look for prepare_source_cuda, then for prepare_source, and then fall back to default_prepare_source.
We could do this, but I think it will make configuration of the plugins more complex for users. I'm going to close the ticket, but if we find a definite use case where it solves an issue in the future we can revisit the idea.
Is it possible to have package plugins specific to a variant instead of using
if ctx.variant.startswith("varinat")
everywhere in plugin codeThe text was updated successfully, but these errors were encountered: