Tomasetti Romin

Results 68 issues of Tomasetti Romin

I came across a code for which ``cppclean`` stops prematurely with ```bash Traceback (most recent call last): File "/home/romin/.local/lib/python3.8/site-packages/cpp/ast.py", line 887, in _get_matching_char token = get_next_token() File "/home/romin/.local/lib/python3.8/site-packages/cpp/ast.py", line 904,...

Using the following code snippet leads to inconsistent result of `KokkosBlas::nrm2` with `Kokkos::CudaSpace` and `Kokkos::CudaUVMSpace`. It seems that: * when the view is in `Kokkos::CudaUVMSpace` memory space, `KokkosBlas::nrm2` branches on...

I think the commented line can be deleted since the line just above is the same (and is active). https://github.com/kokkos/kokkos-kernels/blob/e09389aef1beeab112a921ed16f265b569398ac8/src/CMakeLists.txt#L489-L491

I ran *Valgrind* on my program, that at some point uses *miniz-cpp*. It raised one error for *miniz-cpp*, which is the following: ```c++ ==37967== Conditional jump or move depends on...

@trilinos/Stokhos @etphipp ## What's new in this PR ? Stokhos is now able to perform basic mathematical operations with ensembles of `std::complex` and `Kokkos::Complex`. The main fix brought by this...

## Initial issue As stated in https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation_new.html#setting-permissions-for-groups, for Ubuntu 20 and above, the user needs to be part of the `render` group. Therefore, we need to create the `render` group...

It would be nice to have a destructor for the ``SDS011`` class. The simplest I can think of is: ```python def __del__(self): self.sleep() ``` If for any reason the script...

https://github.com/kokkos/kokkos-tools/blob/c901382c4c76b108e4e6d190e9236848dc764526/profiling/simple-kernel-timer/kp_kernel_timer.cpp#L120 It seems this name is not correct. It should say `SimpleKernelTimer loaded` or something like that. I suppose something along the following: https://github.com/kokkos/kokkos-tools/blob/c901382c4c76b108e4e6d190e9236848dc764526/profiling/memory-events/kp_memory_events.cpp#L85

Welcome to ProposedPatch's documentation! ========================================= Preliminary remark ------------------- From the `pip3 install sphinx-execute-code`, we must change the `__init__.py` file so that it is `python3`-compliant. .. code-block:: python exec(code) if sys.version[0]...

### Describe the issue When using `nvcc` (for compiling on NVidia GPUs), it is not possible to create lambdas withing the test body because `::testing::Test::TestBody` is `private` (e.g. when using...