-
### Describe the issue:
Using python 3.13 free threading, I observe that multithreaded performance (MFLOPS) scales poorly for numpy array computation, especially on small arrays. For comparison, pe…
-
TL;DR: The use of `context.performAndWait` can introduce deadlocks into programs which would not deadlock with normal actors.
## Background
I was excited to use this library to solve some threadin…
-
The thread-based approach is obnoxious to test, because incorrectly behaving threads may live longer than expected, and synchronization is difficult.
Possible solutions could be:
- Switch the server/…
-
**Describe the Issue**
When the validation layers detect an external synchronization violation, the "second" call that overlaps is blamed for the error. This can be confusing when debugging an applic…
-
| | |
| --- | --- |
| Bugzilla Link | [50710](https://llvm.org/bz50710) |
| Version | unspecified |
| OS | All |
| CC | @jpienaar,@River707 |
## Extended Description
lib/Support/MlirOptMain.cpp co…
-
```
What steps will reproduce the problem?
1. Create a VB Class Library project with the test given in additional
information, and compile.
2. Run test in Gallio Icarus GUI
What is the expected outpu…
-
```
What steps will reproduce the problem?
1. Create a VB Class Library project with the test given in additional
information, and compile.
2. Run test in Gallio Icarus GUI
What is the expected outpu…
-
```
What steps will reproduce the problem?
1. Create a VB Class Library project with the test given in additional
information, and compile.
2. Run test in Gallio Icarus GUI
What is the expected outpu…
-
Consider the following simple program:
```lang-cs
using System;
using System.Threading.Tasks;
int a = 1;
await Task.Yield();
Console.WriteLine(a);
```
I'm trying to prove (based on the s…
vladd updated
3 years ago
-
Fix past goof with #21968
```
@clin1234 ➜ /workspaces $ venv/bin/pip install -U --pre --no-build-isolation git+https://github.com/scipy/scipy
Collecting git+https://github.com/scipy/scipy
Clon…