Thomas Padioleau
Thomas Padioleau
Hello, I think the ivy function returning icon for files can be updated according to the recent function `all-the-icons-icon-for-dir`, see [here](https://github.com/domtronn/all-the-icons.el/commit/98d9935a582c8ccffc3e240ad72e0e13747bd0ec). I suggest to go from ```elisp (defun all-the-icons-ivy-icon-for-file (s)...
### Bug report #### Steps to reproduce Compile the following snippet. ```cpp /// main.cpp #include namespace stdex = std::experimental; int main( int argc, char** argv ) { constexpr stdex::extents< stdex::dynamic_extent,...
Hi, When I use cmake-font-lock along with rainbow-delimiters, cmake-font-lock does not have any visible effect on the buffer. When rainbow-delimiters is disabled I recover correct coloring. Here is a minimal...
I recently had trouble compiling Ginkgo 1.6 with rocm 6.0. At first I had an issue with `cmake` that could not find a function called `hip_add_library`. After setting `CMAKE_MODULE_PATH`, I...
The mapping for `layout_stride` has a `strides()` member function to retrieve at once all the strides whereas `layout_left` and `layout_right` do not. I was wondering if it could be possible...
We recently came across a compiler error when using the deduction guide of `TeamThreadMDRange` on a HIP compilation error ``` error: reference to __host__ function '' in __host__ __device__ function...
From what I can see in the [Kokkos tutorials](https://github.com/kokkos/kokkos-tutorials/blob/main/Exercises/simd_warp/Solution/simd_warp_solution.cpp), a way to use a `Kokkos::View` with the simd-math library is to use a view based on a simd type. It...
### Problem Description If I call `hipMemcpyToSymbol/hipMemcpyFromSymbol` on the same `inline` and `__constant__` variable from different source files I get the error `Cannot register Static Global Var, error:13`. Find attached...
Some of them have an incorrect implementation, fortunately they do not seem to compile because they use private member variables of other classes. [ ] Fix them [ ] Add...