-
Notifications
You must be signed in to change notification settings - Fork 12
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
Python test failed #34
Comments
I'm seeing this as well. Just got the same error after building successfully with CUDA bindings:
|
@jasonppy Are you seeing any errors coming up as a result of these failing tests when using the library? I just checked and the "simple example graph" example works as intended:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Since I couldn't get gtn to compile with cuda (see our conversation in this issue), I turned off all CUDA related options. Specifically, I changed https://github.com/gtn-org/gtn/blob/master/CMakeLists.txt#L17 to OFF, and deleted https://github.com/gtn-org/gtn/blob/master/bindings/python/CMakeLists.txt#L28.
With the above changes, running
were successful
and running
were also successful,
However, when running
I also commented https://github.com/gtn-org/gtn/blob/master/bindings/python/gtn/init.py#L21, and delete
./bindings/python/test/test_cuda.py
I got output:
Thanks for your time!
The text was updated successfully, but these errors were encountered: