nikitaved
nikitaved
This one is a copy of https://github.com/pytorch/pytorch/pull/81556 https://github.com/pytorch/pytorch/pull/82717 These got reverted due to issues with torchvision. CC @kit1980 , could you please take over from here?
This is a combo PR of https://github.com/pytorch/pytorch/pull/84929 and https://github.com/pytorch/pytorch/pull/83428. Preliminary benchmarks (square matrices of shape (n, n)). Script ```python import torch import math from IPython import get_ipython from itertools import...
As per title. Required to enable a wider selection of sparse formats for `nn.functional.linear`.
As per title. Additionally we also introduce support for: - Rectangular block sizes which are powers of 2 and at least 16 (triton's `dot` limitation). - Batch support with broadcasting...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #92976 * __->__ #92242 * #91714 * #91704 * #92248
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #92976 * #92242 * #91714 * #91704 * #92248
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #92976 * #92242 * __->__ #91714 * #91704 * #92248 cc @pearu @cpuhrsch @amjames @bhosmer
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #92976 * #92242 * #91714 * __->__ #91704 * #92248 cc @pearu @cpuhrsch @amjames @bhosmer @ezyang @albanD @zou3519 @gqchen @soulitzer @Lezcano @Varal7
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #92976 * #92242 * #91714 * #91704 * __->__ #92248 cc @alexsamardzic @pearu @cpuhrsch @amjames @bhosmer
As per title. cc @alexsamardzic @pearu @cpuhrsch @amjames @bhosmer