mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
5b764267f4
commit
425ea90f95
@ -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 (
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["module: unknown"]
|
||||
# Owner(s): ["module: cuda"]
|
||||
|
||||
import unittest
|
||||
|
||||
|
Reference in New Issue
Block a user