-
PR #59828 started enforcing 32-byte alignment for methods with loops on ARM64 based on the Neoverse N1 optimization guide:
https://github.com/dotnet/runtime/blob/16fe4d41ae95607f9214874ab7f22b3df5d…
-
Despite the fact that the noise caused by the comments greatly decrease the readability of the otherwise perfectly obvious Sed source code, even a superficial glance immediately revealed that nested l…
-
Hi Khalid,
Nice work!
one easy optimization is to move the reallocation (the following line) outside the loop,
https://github.com/shagrouni/langs_string_build_test/blob/0ad3e09395a8452abb6a3…
DrGo updated
2 months ago
-
**Describe the bug**
In trying DPO trainer example getting a bug with batch size and sharding , may be shard axis are not properly set or could be jax error as well , system used is V3 -32 , 4 hosts
…
-
Hello, I am working on compiling the Loop Unroll sample.
Both Compiling for emulation & Generating the optimization report work well.
I am trying to Compile for simulation.
I have installed intel …
-
I tried following cmd:
`./configure --host aarch64 --target darwin`
But got error:
```
g++ -DHAVE_CONFIG_H -I. -DCHECKOPTS -Wreturn-type -Wunused -Wuninitialized -Wall -O3 -funroll-all-l…
-
Dear openturns maintainers,
This is Dr. Zaikun Zhang from the Hong Kong Polytechnic University. Together with Professor [N.I.M. Gould](https://www.numerical.rl.ac.uk/people/nimg/), I am responsible…
-
Consider the following program:
```
interface Fail {
def fail(): Nothing
}
def choice(n: Int): Int / Fail =
if (n < 1) {
do fail() match {}
} else {
choice(n - 1)
}
de…
-
The `stop_remaining_jobs` command doesn't seem to work as intended.
## Expected behaviour
Stop all running and pending jobs, do not submit new jobs, exit main loop.
## Actual behaviour
Run…
-
Hi
When I use my dataset (3,192,192), and I change some parameters,
According to debug, these value before ` loss = recons_loss + kld_weight * kld_loss`
kld_loss: tensor(0.4086, device='cuda:1',…