Hi All,
I am getting following error while i do iex -S mix to run my proj.
If i run the application without default_backend as EXLA, then it compiles just fine, however when I make the default_backend EXLA in one of the *.ex files, then it gives the above error.
I tried starting the proj without setting the default backed to EXLA and then making changes to set the default backgroup to EXLA and the recompling the same file, then it works just fine.
Has anyone else faced this issue?