From e33eb77e32f01f089db0c02dcb08ce4857f224d2 Mon Sep 17 00:00:00 2001 From: "Andrew M. James" Date: Wed, 17 Dec 2025 00:04:48 +0000 Subject: [PATCH] Add CODEOWNERS entries for SparseTensors (#170625) fixes: #169954 Pull Request resolved: https://github.com/pytorch/pytorch/pull/170625 Approved by: https://github.com/malfet --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 67bf34ddcc4..f468909ba6a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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