mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-09-14 19:22:17 +02:00
fix(gpu): typing for dictionary in parameter
This commit is contained in:
parent
cd89a343bf
commit
833f5bf997
@ -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:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user