opt-einsum: init at 2.3.2

This commit is contained in:
Tom Hunger
2018-12-26 18:26:26 +00:00
parent a2fe6bca05
commit 4411b29065
2 changed files with 33 additions and 0 deletions

View File

@@ -2416,6 +2416,8 @@ in {
cudaSupport = pkgs.config.cudaSupport or false;
};
opt-einsum = callPackage ../development/python-modules/opt-einsum {};
pytorchWithCuda = self.pytorch.override {
cudaSupport = true;
};