Nagy-Egri Máté Ferenc
Nagy-Egri Máté Ferenc
That part is the smaller issue. It is vexing that there is no "IntelliSense" for editing CMake scripts, but what is far more annoying, is that one manually has to...
I too would welcome the idea of being able to debug CMake scripts. It would make it much easier to teach CMake to C/C++ freshmen. It'd also come in handy...
@tk0miya Just putting it out there: I also came across the same issue. I'm working on https://rocm.docs.amd.com which is build from some [~54 repos](https://github.com/ROCm/rocm-docs-core/blob/develop/src/rocm_docs/data/projects.yaml) linking to each other using intersphinx....
Empty page removed, README/index.md deduplicated.
We [don't `wget` unsandboxed](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html#installation) anymore in the docs, neither do we document the use of the removed utility and use [`amdgpu-install --uninstall`](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html#uninstalling-rocm) @Enferlain Do these address your concern?
I too am hitting this issue. I'm working on a project that uses comgr as a library to process LLVM bitcode coming from elsewhere. Incoming LLVM bitcode may be of...
@littlewu2508 Which commit hash are you using to build the AMD fork of llvm-project and comgr? I still can't run examples like `compile_minimal_test.exe` without this error. Also, which ROCm device...
@littlewu2508 I'll get back to you as soon as I can create a minimal repro. It's a dead simple OpenCL C SAXPY kernel, but I produce my bitcode using the...
@lamb-j @littlewu2508 Thank you for your input. Please note that I'm not an LLVM developer by any measure, so my struggles may seem noobish, my expertise lay at a higher...
You are right, it might make much more sense as a totally separate extension. A similar solution is [Windows Template Studio](https://marketplace.visualstudio.com/items?itemName=WASTeamAccount.WindowsTemplateStudio) which is fairly UWP-centric, but is essentially a nice...