-
This is similar to #529 and #2094 albeit a bit simpler. Given the following query:
```rego
p[x]
x[input.foo.bar] = q
```
The compiler rewrites the query to:
```
p[x]
__local0__ = input.f…
-
We show JIT total time in the UI but without detail. In could be nice to show detailed information.
In plans, we can have info looking like:
```
JIT:
Functions: 2
Options: Inlining false,…
-
Hi,
Most of the time, if you map a large area (almost does not matter how big the environment is) and aftert accumilating a significant amount of drift, the map optimization (thus 2d occupancy map …
-
I encountered a crash in Clang 20.0git 0cb5846a68cc5c5e519b2c80ab106e7e4fc6eedb while compiling the libjpeg-turbo-git (3.0.90.r10.g9758c8a7) library with aggressive optimizations, including Polly, Ope…
-
Like the title suggests, I’ve managed to get a run going but it crashes with the following traceback
```
Traceback (most recent call last):
File "/home/greg/protein-frame-flow/experiments/train_s…
-
bin D:\anaconda3\Lib\site-packages\bitsandbytes\libbitsandbytes_cuda121.dll
bin D:\anaconda3\Lib\site-packages\bitsandbytes\libbitsandbytes_cuda121.dll
bin D:\anaconda3\Lib\site-packages\bitsandbyte…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11706072463
## Patch information
Applied patches: 1 -> 1
A…
-
Hey @ulfjack, thanks for the great algorithm!
Quick question: should this be a loop rather than an if, or was that intentional?
https://github.com/ulfjack/ryu/blob/b2ae7a712937711375a79f894106a0…
-
_[This issue has been discussed with @axic, and reported here to be tracked and further discussed.]_
## Description
In the current code generation (even with the optimization enabled with the fl…
-
训练gpt时无论显存多少都会爆,不管batch_size设置为多少都是。
可以开始训练,中途时会报错。
音频未切分,最长38s。
```
raceback (most recent call last):
File "C:\GPT-SoVITS-v2-240821\GPT_SoVITS\s1_train.py", line 183, in
main(args)
Fi…