Skip to content

Commit

Permalink
another doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Aug 27, 2024
1 parent f3e481c commit 1583666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirgecom/logging_quantities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1583666

Please sign in to comment.