-
```[1724026132, None, None, '271411207']``` (slow_query, 61.0, mysql)
Reported on decksite by mysql-perf
Location Hash: 6eda259031791e950052bbc0b735687a7c9ca429
Request Data
```
Request Method: P…
-
I'm testing the models in the model library (`nlmixr2lib`) trying to convert them to different formats. I'm having trouble converting this one to monolix.
``` r
library(babelmixr2)
#> Loading req…
-
I'm facing some issues on the losers brackets with 32 teams on double elimination.
Here is my brackets data of losers.This is from other platform and I'd like to mimic this as I see this is correct.
…
-
### Bug report
The following code gives an error message:
```
model = load_example_model('pheno')
results = load_example_modelfit_results('pheno')
run_modelsearch(model=model, results=results, …
-
Currently we use the term "optimizer" to mean three or four different things. This is somewhat confusing.
So let's come up with with better names.
Currently we have "tier1" to refer to the speci…
-
### 🐛 Describe the bug
The following Dynamo feature flags in torch._dynamo.config are stale (they were associated with gradual bringup, but have now been defaulted to True and no one should be usin…
-
Comparisons with ghc-8.8.3. Let's first see how the most basic streams compare.
StreamD is the basic direct style stream representation that allows stream fusion (same as the vector type). It does…
-
[View the loopy kernel on Gist.](https://gist.github.com/kaushikcfd/22485d07a101fb3dec6a2683eeee764d)
Profile log, as reported by `cProfile`, links 90% of the codegen time to islpy routines:
```…
-
The old compiler flow has a bunch of different passes that need to be transitioned before we replace it with the IR:
- [x] Add assumptions
- [x] Type check
- [x] Interval check
- [ ] Sharing check…
-
```
DeduplicationOption deduplication = deduplicate(DeduplicationStrategy.LOGICAL_ELIMINATION);
Query findByTermId= equal(SchoolFeesDefinitionAssignment.TERM_ID,termCompareId);
ResultSet …