Import NVIDIA/warp from GitHub.

PiperOrigin-RevId: 806000657
Change-Id: I5127baf8d212c5fc7bd597c843957f4b279d52db
This commit is contained in:
Taylor Howell
2025-09-11 15:06:06 -07:00
committed by Copybara-Service
parent ad5f07e060
commit 89152fb39e
@@ -381,6 +381,7 @@ class FfiCallable:
if arg_name == "return":
if arg_type is not None:
raise TypeError("Function must not return a value")
continue
else:
arg = FfiArg(arg_name, arg_type, arg_name in in_out_argnames)
if arg_name in in_out_argnames: