Jacob Faibussowitsch
Jacob Faibussowitsch
I also have this problem. I'm on macOS 12.4. I have the following in my `.bash_profiile`: ```bash export LSP_USE_PLISTS=true ``` with the following `lsp-mode` setup (via `use-package`): ```elisp (use-package lsp-mode...
> would switching to cuda::std::complex work for your usecase? It seems from [the documentation](https://nvidia.github.io/libcudacxx/standard_api.html#numerics-library) that `` is a very recent addition, requiring at least CUDA 11.2. AFAIK we don't have...
Issue still persists, appears to be related to https://github.com/christianselig/apollo-bugs/issues/1065. I am unable to get the same precise readout of the previously linked issue but Apollo itself does report the largest...
> I couldn't replicate this on my machine with -Wunused-but-set-variable What machine/compiler are you using? Apple `clang`'s unused variable tracker appears to have gotten a major -- though undocumented --...
Yeah, see [`share/petsc/chkerrconvert.py`](https://gitlab.com/petsc/petsc/-/blob/main/share/petsc/chkerrconvert.py). Note however that its' pretty PETSc-focused, that is it converts `CHKERR` to `PetscCall`. You'd have to modify the script to get it to do what you want...
Any update on this?
can @jedbrown or @jczhang07 confirm? I do not have access to a HIP machine.
I also found this annoying, you want to `(setq rustic-format-display-method 'ignore)`.
I have reduced this problem down to interference from ASAN (https://github.com/google/sanitizers/issues/629) with CUDA runtime. This causes CUDA allocation functions to mysteriously fail, which yaksa apparently fails to check for. This...