pytorch/test/forward_backward_compatibility
Yifan Shen 7f18ef14c1 Register nested matmul as an addition to CompositeImplicit (#82786)
The initial matmul_nested in [#81957](https://github.com/pytorch/pytorch/pull/81957) is imperfect:
* it is allowed now to register another kernel in addition to CompositeImplicit
* so we should do that, instead of the code smell is_nested()
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82786
Approved by: https://github.com/albanD
2022-08-11 21:46:05 +00:00
..
check_forward_backward_compatibility.py Register nested matmul as an addition to CompositeImplicit (#82786) 2022-08-11 21:46:05 +00:00
dump_all_function_schemas.py