Closed jasonroelofs closed 4 years ago
As investigation into #115 I've started replacing some of our codegen with variadic templates. This requires the use of C++14, which by now should be pretty widely available to not be a problem.
fwiw, PyTorch just announced their last release that supports C++11. Future ones will require C++14.
Source: https://github.com/pytorch/pytorch/releases
Huh. GitHub got into a weird state. I merged the branch but the PR didn't close out. Strange.
As investigation into #115 I've started replacing some of our codegen with variadic templates. This requires the use of C++14, which by now should be pretty widely available to not be a problem.