python3Packages.torchWithRocm: ignore config.cudaSupport
This commit is contained in:
@@ -11856,6 +11856,7 @@ self: super: with self; {
|
||||
torchWithCuda = self.torch.override {
|
||||
magma = pkgs.magma-cuda;
|
||||
cudaSupport = true;
|
||||
rocmSupport = false;
|
||||
};
|
||||
|
||||
torchWithoutCuda = self.torch.override {
|
||||
@@ -11865,6 +11866,7 @@ self: super: with self; {
|
||||
torchWithRocm = self.torch.override {
|
||||
magma = pkgs.magma-hip;
|
||||
rocmSupport = true;
|
||||
cudaSupport = false;
|
||||
};
|
||||
|
||||
torchWithoutRocm = self.torch.override {
|
||||
|
||||
Reference in New Issue
Block a user