We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5d164 commit 9807d24Copy full SHA for 9807d24
numba_cuda/numba/cuda/tests/cudapy/test_ipc.py
@@ -78,15 +78,6 @@ def tearDownClass(cls) -> None:
78
cls.exe.shutdown()
79
del cls.exe
80
81
- # def setUp(self) -> None:
82
- # self.exe = concurrent.futures.ProcessPoolExecutor(
83
- # mp_context=mp.get_context("spawn")
84
- # )
85
- #
86
- # def tearDown(self) -> None:
87
- # self.exe.shutdown(wait=True)
88
- # del self.exe
89
-
90
91
@linux_only
92
@skip_under_cuda_memcheck("Hangs cuda-memcheck")
0 commit comments