I recently got a NVIDIA GPU and wanted to run some of my old Flux code, but there is a bug with the older version of Flux and I cannot get it to work. Long story short, I need to update to the latest version of Flux. Experiments with the latest Flux and CUDA packages show that this will fix the bug.
I have about 15 dependencies I’ve added to my project, and I don’t know which one is causing Flux to be held back. I suppose it could be multiple packages holding it back even. How can I sort out this compatibility mess?
I’m less interested in my specific case, so I wont link my code. I don’t want to get side tracked on the specifics of my code base. I am more interested in what general strategies or tools are used by the Julia community to resolve situations like this?
Any advice is appreciated. Thank you.