We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a2381 commit 5e21482Copy full SHA for 5e21482
cuda_python_test_helpers/__init__.py
@@ -19,7 +19,7 @@ def _detect_wsl() -> bool:
19
20
IS_WSL: bool = _detect_wsl()
21
22
-
+@functools.cache
23
def supports_ipc_mempool(device_id: Union[int, object]) -> bool:
24
"""Return True if the driver accepts creating an IPC-enabled mempool.
25
0 commit comments