From 1583666654451b0972b92cef6c7dc31fdd0aae54 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Tue, 27 Aug 2024 10:00:43 -0700 Subject: [PATCH] another doc fix --- mirgecom/logging_quantities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirgecom/logging_quantities.py b/mirgecom/logging_quantities.py index 12574101b..558aab374 100644 --- a/mirgecom/logging_quantities.py +++ b/mirgecom/logging_quantities.py @@ -457,7 +457,7 @@ def __call__(self) -> Optional[float]: class DeviceMemoryUsageAMD(PostLogQuantity): """Logging support for AMD GPU memory usage.""" - def __init__(self, dev: "cl.Device", name: Optional[str] = None) -> None: + def __init__(self, dev: cl.Device, name: Optional[str] = None) -> None: if name is None: name = "memory_usage_gpu"