-
We are seeing an infinite loop when the code is being optimized.
-
Running batch trials is currently disabled in favor of early stopping, as both strategies were conflicting on Ax' side. Manually performing early stopping once the best-point/best-pareto can be return…
-
Hello
(EDIT -> See smaller test case at the bottom)
This bug exists both in released and unreleased version:
byte is set to mem[idx + offset] at line 4 of the script
in the while loop, the o…
-
RyuJIT has several loop optimization phases that have various issues (both correctness and performance) and can be significantly improved. RyuJIT also lacks some loop optimizations that have been show…
-
Negative dependencies test is too conservative; it fails in scenarios like this:
```C++
void twoloop(int a[], int b[], int n) {
int t = 0;
for (int i=0; i
-
### 🐛 Describe the bug
Hi,
I'm trying to training F-RCNN based on coco dataset on my images. Image size is 512X512
I've tested dataloader separately and it works and prints the batch images and …
-
| | |
| --- | --- |
| Bugzilla Link | [42382](https://llvm.org/bz42382) |
| Version | 7.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
In …
-
In the original obfuscation the long j is not set to 0, but I can easily edit the bytecode so that its a 0.
```java
long j = 0L;
long j0 = 3154942220328664823L;
while((j ^ j0) != -4097245258586862…
-
Compiling [i33.hlsl.txt](https://github.com/microsoft/DirectXShaderCompiler/files/10828727/i33.hlsl.txt) with `-T lib_6_3 i33.hlsl -Fc i33.dxil.txt` shows a zext of i32 to i33. The [DXIL spec](https:…
-
(gh2) root@autodl-container-7d95439be5-49723134:~/GaitGraph2# python gaitgraph_casia_b.py --config GaitGraph/configs/casia_b.yaml
|'''''''''''''╔╬╬╬╬╬╬╬╬ _____ ______ __…