mirror of
https://github.com/ROCm/jax.git
synced 2025-04-25 01:06:05 +00:00
call_wrapped in core.call_impl
This commit is contained in:
parent
99dbb15a45
commit
21a69884fd
@ -668,7 +668,7 @@ def call_bind(primitive, f, *args, **params):
|
||||
|
||||
|
||||
def call_impl(f, *args, **params):
|
||||
return f(*args, **params)
|
||||
return f.call_wrapped(*args, **params)
|
||||
|
||||
|
||||
call_p = Primitive('call')
|
||||
|
Loading…
x
Reference in New Issue
Block a user