Hello all,
I am trying to get EXLA working with CUDA. I have implemented some defn code using NX, but EXLA is not identifying the CUDA platform.
iex(1)> EXLA.Client.get_supported_platforms
%{host: 12, interpreter: 1}
I have a Nvidia GPU and have followed the CUDA installation steps here: CUDA Installation Guide for Linux
I’m hoping I can get some general troubleshooting advice as I’m not too sure where I should start with this.
Thanks!