Currently, when building from source on windows with CUDA 11.8 and Visual Studio 2022, one gets the following error - noticeably, this build command mentions cusolver.lib c10.lib torch.lib torch_cpu.lib etc, but not cusparse.lib. I haven't ran every test but this works with the basic ones that don't require installing a lot of dependencies, like theseus layer.
Motivation and Context
Currently, when building from source on windows with CUDA 11.8 and Visual Studio 2022, one gets the following error - noticeably, this build command mentions
cusolver.lib c10.lib torch.lib torch_cpu.lib
etc, but not cusparse.lib. I haven't ran every test but this works with the basic ones that don't require installing a lot of dependencies, like theseus layer.How Has This Been Tested
I only have the capability to test this change on my current windows machine - building works fine on a linux VM I tried.
Types of changes
Checklist