fix(gpu): typing for dictionary in parameter

This commit is contained in:
Anthony Berg 2025-09-03 18:07:13 +02:00
parent cd89a343bf
commit 833f5bf997

View File

@ -110,7 +110,7 @@ class CudaContext(Context):
def get_module(self, kernel_filename: str,
function: str,
include_dirs: dict = None,
defines: dict[str: dict] = None,
defines: dict[str, dict] = None,
compile_args: dict = None,
jit_compile_args: dict = None) -> cuda.Module:
"""