Maurice Kayser

Results 7 comments of Maurice Kayser

That does seem to be what is going on, thanks for the hint! Do you think the 2 mentioned issues will be addressed in this crate, or should I switch...

I can not get this to work with a `no_std` crate on Windows with the current nightly. Steps to reproduce the linker issue: 1. Create a new binary project. 2....

Sorry, I will read more carefully next time and create a separate issue instead. I did not realize that my example contained a build script, thanks for the hint! The...

I had the same issue with the same card and rocm version, and also tried the symbolic link trick, but it still seemed to use the CPU instead of the...

It seems the mentioned issues stem from the closed-source component `vsdbg.exe`: When debugging the executable with a `.vscode/launch.json` with [logging enabled](https://code.visualstudio.com/docs/cpp/enable-logging-cpp), the following [Debug Adapter Protcol](https://microsoft.github.io/debug-adapter-protocol) command can be seen:...

Not sure if I understand the question correctly, but the example program is compiled via `cargo`, which calls `rustc`, which uses LLVM internally AFAIK: https://rustc-dev-guide.rust-lang.org/overview.html#code-generation > `rustc` uses LLVM for...

Can confirm that it does work with LLDB DAP on Windows. Maybe that hint could be added here: https://code.visualstudio.com/docs/languages/rust#_install-debugging-support Is there an issue that can be subscribed to for __int128...