Tomasetti Romin

Results 68 issues of Tomasetti Romin

It seems that the `entry` variable should be `col`. It seems to happen quite a few times. https://github.com/kokkos/kokkos-tutorials/blob/21c0ccb69716deb7acabc052857089071116df43/Content/Presentations/sections/Section_Hierarchical.tex#L362 Spotted by @maartenarnst.

Because of https://github.com/avi-perl/rich_tools/blob/7b5b2539f379f9d33270cde81716da53fe805d21/rich_tools/table.py#L11 calling several times in a row `df_to_table` actually modifies the **same table**. I guess this is not a desired effect. It seems that the fix is easy....

### API change Current API: ```c++ Kokkos::Graph graph{exec_create}; auto node = graph.root_node().then_parallel_for( label, Kokkos::RangePolicy(exec_node, 0, N), functor_t{data} ); ... exec_node.fence(); graph.submit(exec_submit); ``` The main concern is that the user may...

SNL-CI-APPROVAL

It seems that the shared allocation record is **always** copied on the device. This incurs additional costs that aren't worth paying if the header is not used in the end....

## Summary I have a minimal reproducible case (see below) showing that > If I import `StrEnum` via the full module path as `from backports.strenum.strenum import StrEnum`, then `mypyc` succeeds...

> @ichard26 @97littleleaf11 @DragonMinded I think I can also reproduce this error somehow (or similar): > ```bash > Traceback (most recent call last): > File "", line 1, in >...