[testing] Add test owner labels for some ao sparse tests (#163203)

I am trying to give some test files better owner labels than `module: unknown`.  I am not sure them, but they seem pretty reasonable
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163203
Approved by: https://github.com/jcaip
This commit is contained in:
Catherine Lee
2025-09-18 16:08:13 +00:00
committed by PyTorch MergeBot
parent 3c8b90542c
commit 4908fb53c3
11 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import copy import copy

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import torch import torch

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import copy import copy
import warnings import warnings

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import copy import copy
import itertools import itertools

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import copy import copy
import io import io

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import torch import torch

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import warnings import warnings

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import itertools import itertools
import re import re

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import logging import logging

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import copy import copy
import random import random

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"] # Owner(s): ["module: sparse"]
import logging import logging
# Kernels # Kernels