diffvg
diffvg copied to clipboard
Diffvg not compiled with GPU
During my debugging, I ran into this error. Does anyone know how to fix this? Thanks!
Issue solved. Set DIFFVG CUDA to 1 to make diffvg compiled on gpu.
Hi, I meet this issue too. Could you teach me how to set DIFFVG CUDA to 1 in detail (in which file)?
@Kiode you do it when running the command, i.e. like the fol.lowing:
DIFFVG_CUDA=1 poetry run python setup.py install
So it is set in the environment of your terminal session.