V-aerus opened a new pull request, #19935:
URL: https://github.com/apache/tvm/pull/19935
This PR adds PyTorch ExportedProgram frontend support for aten.scatter.src
by mapping it to the existing scatter conversion path.
The importer already supports scatter.value, and BaseFXGraphImporter
already provides _scatter for tensor-source scatter. This patch registers
scatter.src in the ExportedProgram convert map and adds a regression test.
Test:
python -m pytest tests/python/relax/test_frontend_from_exported_program.py
-k "scatter" -q
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]