Question about --force option and CUDA Toolkit SDK
#6
Yes, in fact that was what i did.
The first test was with the dll name just to verify it was working.

At the end i have removed the branch

#elif defined (__CYGWIN__)

and have added the condition: || defined (__CYGWIN__)

on the #if defined (_WIN)

so the same loop is used also for cygwin and for me it is working fine.

Thanks and BR!
Reply


Messages In This Thread
RE: Question about --force option and CUDA Toolkit SDK - by TheAleph - 06-29-2020, 02:17 PM