mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Merge pull request #12021 from jakevdp:copy-padding
PiperOrigin-RevId: 469292408
This commit is contained in:
commit
3aa42775e7
@ -4321,6 +4321,7 @@ copy_p.def_impl(partial(xla.apply_primitive, copy_p))
|
||||
copy_p.def_abstract_eval(lambda x: x)
|
||||
mlir.register_lowering(copy_p, lambda ctx, x: [x])
|
||||
ad.deflinear(copy_p, lambda t: [copy_p.bind(t)])
|
||||
pe.def_trivial_padding(copy_p)
|
||||
batching.defvectorized(copy_p)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user