Andrei

Results 177 comments of Andrei

I tried setting `RUST_LOG=trace` locally but I still don't see the actual logs from the cmake build system.

@Smartappli thank you for your contribution and patience on this one, merging now that uv has support for the build logs with `--verbose`

@andreakiro what's your operating system? I only ask because relative paths have always worked for me.

@andreakiro ah gotcha. So strictly speaking that isn't a relative path, it's a shortcut that's expanded through an environment environment variable, this is usually done by the user shell (for...

@AlHering two suggestions on debugging this: - To temporarily fix this you may need to modify the `CUDA_ARCHITECTURES` flag for cmake using cmake args to target a higher cuda arch....

@tristanvdb thanks for the PR, I think one of the next pieces of development is going to be to make the high-level API a little more functional / modular to...