mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-01 13:34:57 +08:00
Port index.Tensor to structured kernels.
Tracking issue: #55070 Pull Request resolved: https://github.com/pytorch/pytorch/pull/69607 Approved by: https://github.com/bdhirsh
This commit is contained in:
committed by
PyTorch MergeBot
parent
f733fa0b13
commit
9fe6f1baf5
@ -105,6 +105,7 @@ _SKIP_PYTHON_BINDINGS = [
|
||||
"_sparse_sub.*",
|
||||
"_sparse_dense_add_out",
|
||||
"index",
|
||||
"index_out",
|
||||
"unique_dim_consecutive",
|
||||
"_cumsum.*",
|
||||
"_cumprod.*",
|
||||
|
||||
Reference in New Issue
Block a user