DiscoLucas / P5-Project

GNU Lesser General Public License v2.1
0 stars 0 forks source link

Fix VRAM memory leak #33

Closed DiscoLucas closed 9 months ago

DiscoLucas commented 10 months ago

VNectBarracudaRunner has a VRAM leak from some tensors that aren't disposed. Unity has some documentation on it here: https://docs.unity3d.com/Packages/com.unity.barracuda@1.0/manual/MemoryManagement.html

DiscoLucas commented 9 months ago

We won't be using Barracuda anyways, so I'm closing this