-
### Description
After updating to .net 8 from .net 7 we faced with many of first chance exceptions in our services with following stack trace.
```console
System.ObjectDisposedException: Cannot …
-
Hello !
This was initially suggested in https://github.com/lovasoa/SQLpage/issues/426
The default datagrid item width is quite large, resulting in a lot of white space around items.
I suggest…
-
Hi, I've encountered a msccl issue using the latest nccl/nccl-test/msccl repo for allreduce test.
// msccl install step
git clone https://github.com/microsoft/msccl.git
cd msccl/
make -j src.build
cd…
-
There are quite a number of unnecessary memory allocation on hot paths that could be moved on the stack.
This really hurts in multi-threading cases when other threads allocate a lot of memory.
Ide…
-
[`parallel_reduce` with a reducer](https:/kokkos/kokkos/blob/1a3ea28f6e97b4c9dd2c8ceed53ad58ed5f94dfe/core/src/Kokkos_Parallel_Reduce.hpp#L1750) accumulates into a copy of the reducer, which breaks if…
-
# Decription: #
The debuff sometimes doesnt reduce the Armor, but instead gives 20k armor in normalmode.
# How it works: #
Sometimes the player just has alot of armor and only gets hit for 800.
# …
-
### Environment
- Operating System: Darwin
- Node Version: v18.18.2
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package Manager: npm@9.9.1
- Builder…
-
-
Right now there are way too many CI tests (34), that increase the maintenance burden. For example not all of them are properly "required" in a PR, some are not required, and some other once are requir…
-
Building OpenMPI version v5.0.6 with CUDA fails with the following error:
```
coll_cuda_module.c: In function ‘mca_coll_cuda_comm_query’:
coll_cuda_module.c:107:42: error: assignment to ‘mca_coll…