brkirch 2489252099 torch.empty can create issues; use torch.zeros
For MPS, using a tensor created with `torch.empty()` can cause `torch.baddbmm()` to include NaNs in the tensor it returns, even though `beta=0`. However, with a tensor of shape [1,1,1], there should be a negligible performance difference between `torch.empty()` and `torch.zeros()` anyway, so it's better to just use `torch.zeros()` for this and avoid unnecessarily creating issues.
2023-08-13 10:06:25 -04:00
..
2023-08-10 06:17:45 -04:00
2023-05-10 11:05:02 +03:00
2023-08-04 08:04:23 +03:00
2023-08-01 08:27:54 +03:00
2023-07-15 09:20:43 +03:00
2023-05-18 10:12:17 +03:00
2023-05-10 11:05:02 +03:00
2023-08-12 18:36:30 +03:00
2023-08-03 18:46:49 +09:00
2023-05-10 08:43:42 +03:00
2023-05-10 08:43:42 +03:00
2023-08-08 21:08:50 +03:00
2023-05-27 15:47:33 +03:00
2023-08-04 13:38:52 +08:00
2023-08-04 13:38:52 +08:00
2023-08-03 23:31:13 +03:00
2023-08-04 08:04:23 +03:00
2023-08-04 08:04:23 +03:00
2023-08-04 08:04:23 +03:00
2023-08-03 23:31:13 +03:00
2023-06-03 22:28:00 +07:00