codecryptanalysis / mccl

modular code cryptanalysis library
MIT License
8 stars 3 forks source link

vs2022 is supported cuda? #14

Closed ganlubbq closed 2 months ago

ganlubbq commented 2 months ago

hi,I have successfully compiled this program in VS 2022. I want to know in VS 2022 the Mccl utilizes CUDA resources or not?

cr-marcstevens commented 2 months ago

No, there is currently no real part of mccl that actually uses cuda yet. So both for windows and linux. I added it to the setup due to ongoing work.

ganlubbq commented 2 months ago

thanks your reply