-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when precompiling in Windows #198
Comments
ReactantExtra, the C-API that wraps XLA C++ API and includes Enzyme-JAX, doesn't support Windows yet. Actually, I fear that supporting Windows will be a headache... But do you mind running it in Windows Subsystem for Linux? It might work there. I'm curious but I don't have a Windows machine. |
Yes I said it worked (precompilation at least) on my wsl subsystem Ubuntu. I will install my gpu on it and try things out no problem |
ups, didn't read that part. Nice to know. |
Just tested in CPU, working fine on 1.10 on wsl subsystem
env :
code :
still issues in 1.11 tough, but that doesn't come from reactant. for gpu, it looks insanely great actually :
code :
cuda version :
can't make Enzyme work on gpu with Reactant but that may be skill issues, common error I see is
where the only diff with cpu code was :
update : just saw the issue gradient should compiled and so a little change on the code leads to everything working fine (at least on wsl Ubuntu)
|
yay, great! We run |
Hello,
I realize it might be too early for Windows support, but I didn't see an existing issue on this.
In case it hasn't been tested yet, I just wanted to point out that I encountered the following error on Windows during precompilation. It works fine on my wsl though.
version :
error :
The text was updated successfully, but these errors were encountered: