Add CODEOWNERS entries for SparseTensors (#170625)

fixes: #169954

Pull Request resolved: https://github.com/pytorch/pytorch/pull/170625
Approved by: https://github.com/malfet
This commit is contained in:
Andrew M. James
2025-12-17 00:04:48 +00:00
committed by PyTorch MergeBot
parent df0ac1b506
commit e33eb77e32

View File

@@ -220,3 +220,11 @@ torch/backends/cudnn/ @eqy @syed-ahmed @Aidyn-A
/aten/src/ATen/cuda/CUDAScaledBlas.cpp @drisspg @slayton58
/aten/src/ATen/cuda/CUDAScaledBlas.h @drisspg @slayton58
/test/test_scaled_matmul_cuda.py @drisspg @slayton58
# Sparse Tensors
/aten/src/ATen/native/sparse/ @amjames @pearu @nikitaved
/aten/src/ATen/SparseTensorImpl.cpp @amjames @pearu @nikitaved
/aten/src/ATen/SparseCsrTensorImpl.cpp @amjames @pearu @nikitaved
/torch/sparse/ @amjames @pearu @nikitaved
/test/test_sparse.py @amjames @pearu @nikitaved
/test/test_sparse_csr.py @amjames @pearu @nikitaved