Closed carbocation closed 6 years ago
Thank-you @carbocation for the contribution!
It turns out we have a release we are pushing out this week, which includes the addition of --cpu-platform
for the v2 provider, which looks a lot like your PR. Will update here when the release is published.
(This is solved separately by 82bc6b0 so I'm closing this pull request.)
Creates the argument
min-cpu-platform
for the google-v2 provider. This permits the specification of a CPU Platform such as, e.g., "Intel Skylake", which is required for certain instruction sets such as AVX2, and for certain machine types (such as any machine that has more than 64 cores). This also resolves Issue #117