Closed PedroMagar closed 3 months ago
Thanks, obviously you run custom applications using Windows Pytorch version. Currently, the Pytorch for DirectX/Vulkan doesn't have a large operator coverage being handled, so applications outside our integrated examples may suffer from missing operator implementation and raise errors. We still keep increasing operator coverage for those backends, or you have to use something like autort.export(ir="abs_xx[N] = data[N].when(data[N] >= 0, -data[N])", inputs=[..])
to invent them for DirectX by yourself.
If your application is open source, that would be great as we can test that app and support missing DirectX operators for that model in newer version.
This issue should be solved by 0.9.6.x
I was trying to run ComfyUI on antares and end up with the following message:
RuntimeError: 0 INTERNAL ASSERT FAILED at "C:\\Users\\weicu\\Desktop\\antares\\nextgen\\torch-setup\\autort-wheel\\autort_extensions.h":1593, please report a bug to PyTorch. __abs
My user is not 'weicu' so I believe that is a personal path.
I did not personally compiled the antares, I installed using 'Quick Installation of AutoRT' and it did work with the tests.
The full log is: