Skip to content

Commit 5e21482

Browse files
committed
feedback
1 parent 56a2381 commit 5e21482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_python_test_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def _detect_wsl() -> bool:
1919

2020
IS_WSL: bool = _detect_wsl()
2121

22-
22+
@functools.cache
2323
def supports_ipc_mempool(device_id: Union[int, object]) -> bool:
2424
"""Return True if the driver accepts creating an IPC-enabled mempool.
2525

0 commit comments

Comments
 (0)