critopadolf

Results 4 comments of critopadolf

Can hint_screen_texture or a viewport be used as a Texture2drd? Viewport texture rid is seen as invalid by rd: ```C# using Godot; using System.Diagnostics; public partial class minimum : SubViewport...

Unfortunately, while cuda seems to work fine in my pytorch install, I am getting the same "Not compiled with CUDA support" error as well. torch version: 2.0.1+cu117 pip cmd: pip...

Yes I can try it! Actually looking at the package I see there is only _radius_cpu.so. Could it be caused by cuda not being in my path? torch installed with...

pip install torch-cluster -f https://pytorch-geometric.com/whl/torch-2.0.1+cu117.html This fixed it!