mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
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:
committed by
PyTorch MergeBot
parent
df0ac1b506
commit
e33eb77e32
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user