Luca Sauer
Luca Sauer
Hi @bengaineyarm, Thanks for your reply and the links you pasted in here, I will have a look on the documentation and codes provided by Arm. I was considering instrumentation...
Thanks for the quick reply. I only extended what you did for the Vulkan examples. I put the diff of mine and yours in [here](https://github.com/pytorch/executorch/issues/15700#:~:text=support%20for%20this.-,export_diff.txt,-Many%20thanks%20for). I can't send the *.pte...
Many thanks for that! For anyone following this issue in the future, use the following to install (as pointed [here](https://github.com/pytorch/executorch/blob/main/examples/vulkan/README.md#:~:text=CMAKE_ARGS%3D%22%2DDEXECUTORCH_BUILD_VULKAN%3DON%20%22%20./install_executorch.sh%20%2De)): `CMAKE_ARGS="-DEXECUTORCH_BUILD_VULKAN=ON " ./install_executorch.sh -e` I did the process on your...
Thank you very much for the detailed info and for the great support you're providing. I tried building it on another workstation but I still faced a similar issue for...
Thanks for that. I used the same Vulkan SDK and you were right, nothing changed. The other machine I am testing it with has a NVIDIA GeForce RTX 3080 GPU....
Thank you very much for your efforts. Here are the two workstations I tested it with: ``` +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.133.07 Driver Version: 570.133.07 CUDA Version: 12.8 | |-----------------------------------------+------------------------+----------------------+ |...
Hi @SS-JIA, I hope you had a good time during your vacation! Did you have the time to try the same driver version to verify if the divergence is replicable?...