In meta kernels in torchao/experimental/ops, we do things like: ``` return torch::empty({num_out, k}).to("meta"); ``` We should create meta tensors directly if possible.
In meta kernels in torchao/experimental/ops, we do things like:
We should create meta tensors directly if possible.