-
### System Information
Ubuntu 18.04
CUDA: 11.8
CuDNN: 8.9.7
### Detailed description
Related PR: https://github.com/opencv/opencv/pull/25465
Core dumped.
### Steps to reproduce
```
…
-
I noticed that the `i64.atomic.wait` instruction can't be translated directly to the `futex` syscall on Linux, since Linux only supports 32-bit `futex` operations. I'm concerned that non-web embedding…
-
Placeholder to have a broader discussion about what header files users are actually allowed to include directly downstream. Do we want to restrict them to ``?
For the record
```
git grep -n "desul…
-
There's useful features in both.
Metal 3.1 (macOS 14):
- BFloat support (#298, #446)
- global (program scope) variables to avoid passing data as arguments
- `nextafter` intrinsic
- texture atomics (…
-
**Describe the bug**
`stdatomic.h` functions and macros are shown in red in Eclipse with the IDF plugin. I'm not sure if this is an issue in the Eclipse itself or specific to the ESP-IDF plugin.
*…
-
24.4.1.3 GetWaiterList
- The term "semantic object" is not defined.
- The "store of WaiterList objects" and the lookup/retrieval operations could be more explicitly defined, e.g. similar to the Map.…
-
Problem Statement:
#3513 addresses basic support of hardware-based atomics with a limited UCX API (`ucx-1.4.0`). However, the implementation has several issues due to limitation from the UCX API.
…
-
Trying to figure out why latest ROCm 4.2.0 won´t work properly with DaVinci Resolve (likely broken cl/gl interop), clinfo reports:
`Device Extensions cl_khr_fp64 cl_kh…
-
The LSV pass doesn't combine the loads even though the base address remain the same for them.
There are many instances found in the AMDGPU codegen lit test folder. For example, llvm/test/CodeGen/AMDG…
-
Typed atomics are great, but the ergonomics are a bit clumsy when they are in structs and need to be initialized to nonzero values. Consider a struct containing a typed atomic:
```go
type Resourc…