Carsten Rudolph

Results 20 comments of Carsten Rudolph
trafficstars

Update on this! Currently NuGet support for CMake is missing some essential features. I will update on them here, as soon as they are contributed. In order to get a...

> > Builtin package restore > > This is now in CMake starting from version 3.23 I know! As mentioned above, I am the author of the [MR](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6761) that implements...

I agree! I think currently your best bet is to simply set the `CMAKE_RUNTIME_OUTPUT_DIRECTORY` to a common build directory and don't use `install`. However, this prevents you to `cpack` the...

The proper fix to this issue is not to do this at run-time, but instead using a compiler switch for the shaders: - `-finvert-y` for glslc - `-fvk-invert-y` for dxc...

> @crud89 Assuming that you mean ` --invert-y`, it doesn't seem to make any difference for me. `glslc --help` says it's `-finvert-y` for me. 🤔 It's weird, that it does...

Thanks for the answer! Indeed, I am having VS 2019 installed. I also installed the toolkit using the installer beforehand. I am not seeing any warnings on my side. I...

I tried both and both resulted the same behavior. Currently I am on `cudatoolkit=11.3` as you recommended.

Thanks for testing it! I will see if I can test it on another system. So far, I am okay with manually fixing this issue. If I find something, I...

> The latest version of pytorch (above 1.9.0) does not support this parameter anymore. It does not support this parameter *yet*. This is because it has only been added in...