Import NVIDIA/warp from GitHub.
PiperOrigin-RevId: 806000657 Change-Id: I5127baf8d212c5fc7bd597c843957f4b279d52db
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user