uler3161
uler3161
This was a marketplace install (https://marketplace.visualstudio.com/items?itemName=altimesh.AltimeshHybridizerExtensionEssentials). I tried wiping everything (hybridizer and cuda) and reinstalling. Specifically I downgraded to 11.6 cuda. I also installed hybridizer via the extensions menu in...
Ok, so I re-installed with the github link. I ended up getting an error about some missing .cu file. Decided to create a new project using the hybridizer template again....
Ok, got back to the original situation with invalid input file. Ended up uninstalling hybridizer and then cleaning what I could find in the registry. I suspect the presence of...
As maybe a secondary issue, I thought I'd try using VS 2017 to see if there was something VS 2022 was doing to cause this. The installer is not picking...
> In your registries, you should see a key Computer\HKEY_CURRENT_USER\Software\Altimesh\Hybridizer\SubscriptionId with some random bytes as value. Is it the case ? It is not the case. After I cleared out...
Yes, I am admin. I don't understand what you mean by "get license" path. Do you mean the Extensions -> Hybridizer -> License Settings menu? That's where I've been trying...
Thank you both for all the info. The specific problem I have in mind is trying to encode a truth table for a boolean SAT problem and then somehow query...
I went in a little different direction than in my last post. Had some luck with vector magnitude. Thanks @rgayler for that suggestion. Found something I think is very relevant...
I'm doing a massive amount of additions for the particular problem I was trying to solve. I've tried some smaller "toy" problems and things seem to work ok. However, I...
Wow, lots of information to digest. Thank you. I am a software engineer, so the programming side isn't too tough, but I do find myself on the opposite side of...