mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix ordered_dict.h for CUDA on Windows (#55275)
Summary: Fixes https://github.com/pytorch/pytorch/issues/55266 Pull Request resolved: https://github.com/pytorch/pytorch/pull/55275 Reviewed By: mrshenli Differential Revision: D27623887 Pulled By: malfet fbshipit-source-id: 6dac357e21179a259ac95f0e1b7399b03dacc81d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0dff0d1537
commit
3517ee1bcb
@ -186,7 +186,6 @@ class TestRNGExtension(common.TestCase):
|
||||
|
||||
|
||||
@unittest.skipIf(not TEST_CUDA, "CUDA not found")
|
||||
@unittest.skipIf(IS_WINDOWS, "MSVC have bug compiling this")
|
||||
class TestTorchLibrary(common.TestCase):
|
||||
|
||||
def test_torch_library(self):
|
||||
|
Reference in New Issue
Block a user