guideligne
Results
1
comments of
guideligne
> I fixed it by modifying setup.py: > `include_dirs = [os.path.realpath('../include')]` > to > `include_dirs = [os.path.realpath('../include'), '/path/to/cuda/include/']` Worked fine for me. Thanks a lot ! Visual Studio Professional 2019,...