jamriska / ebsynth

Fast Example-based Image Synthesis and Style Transfer
https://ebsynth.com
1.5k stars 194 forks source link

Compiling ebsynth_win64 for cuda? #37

Closed Trentonom0r3 closed 1 year ago

Trentonom0r3 commented 1 year ago

I've tried changing the compute_30 field, which lets it compile, but the gpu output returns a black image, whereas the cpu output returns the output as expected.

Anyone have any ideas?

Trentonom0r3 commented 1 year ago

-arch compute_86 does not work, but -arch=sm_86 does!

monstari commented 6 months ago

Hello, I have both tried compute_89 and sm_89 for my enviroment but got this error everytime: "cudadevrt.lib" not found. Anyone had this or fixed this issue? I have RTX 4090 and CUDA 11.8 installed correctly. Visual Studio 2022.