[testing] Add test owner labels for some cuda? tests (#163296)

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/163296
Approved by: https://github.com/eqy, https://github.com/msaroufim
This commit is contained in:
Catherine Lee
2025-09-26 18:26:56 +00:00
committed by PyTorch MergeBot
parent 5b764267f4
commit 425ea90f95
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"]
# Owner(s): ["module: cuda"]
from torch.testing._internal.common_utils import TestCase, run_tests
from torch.testing._internal.check_kernel_launches import (

View File

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