From fea7b2323d70fdaeacd6e87acd9705b081a2f282 Mon Sep 17 00:00:00 2001 From: Yixiang Gao Date: Sun, 17 Dec 2023 17:56:07 -0600 Subject: [PATCH] fix CI --- gpuctypes/cuda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gpuctypes/cuda.py b/gpuctypes/cuda.py index 3511f1c..e23e4bd 100644 --- a/gpuctypes/cuda.py +++ b/gpuctypes/cuda.py @@ -7,6 +7,7 @@ # import ctypes, ctypes.util, gpuctypes.check_cuda + class AsDictMixin: @classmethod def as_dict(cls, self):