-
I tried this code:
```rust
use std::sync::mpsc::*;
struct BigStruct {
_data: [u32; 32000],
}
fn main() {
let thread = std::thread::spawn(move || {
let (_sender, receiver) = cha…
-
I think combining motion detection with classification like [yolo](https://pjreddie.com/darknet/yolo/) and using AI-sticks as workhorse could fit very nicely in to the core purpose of motioneyeos.
…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
test.sh
```
rm -rf ./hlo_logs
#export XLA_FLAGS="--xla_gpu_enable_async_all_gather=true \
#export XLA_FLAGS="--xla_dump_t…
-
**1. 使用环境(environment)**
- OS: Ubuntu
- OS Version: Ubuntu 20.04.4 LTS
**2. Github版本**
- branch:docker
- commit(optional):
**3. 详细描述bug 情况 (Describe the bug)**
A clear and concise …
-
![2024-06-03 23-07-10屏幕截图](https://github.com/openvinotoolkit/openvino/assets/171685104/75accdf4-128b-4486-8491-ee10cae1c355)
As shown in the figure above, when converting from onnx to IR model, ther…
-
Usually I develop on the `stable` channel and wanted to see how [my project](https://github.com/paritytech/wasmi) performs on the upcoming `beta` or `nightly` channels. I saw [performance regressions …
-
I trained nanoGPT for 200,000 epochs on a ~5gb dataset of COVID-19 research papers (from here):
https://allenai.org/data/cord-19
I am running 'MPS' on an Intel 2021 iMac 27" with an AMD Radeon P…
-
[tags]decompiler,java,android,x86,reverse-engineering[/tags]
[short_descr]Decompile and debug binary code and obfuscated apps, break down and analyze document files.[/short_descr]
[link] https://www.…
-
Enquanto não penso em outro meio mais apropriado para o relatório abaixo, tratarei de inserir o log de tudo que foi feito na pesquisa desde julho.
### Sprint 1
#24
Basicamente revisei o que …
-
```c
float sum(const float *a, int n)
{
float result = 0;
for (int i = 0; i < n; i++)
result += a[i];
return result;
}
```
$ ../upstream/llvm-project/build/bin/clang -march=rv64gcv…