-
The NVIDIA HPC compilers are also capable of compiling SVE code on arm64 if the `-Msve_intrinsics` flag is passed to the compiler. I have created a patch to OpenBLAS that modifies `c_check` to check …
-
##### System information (version)
- OpenVINO => 2021.4
- Compiler => gcc
now I have a model, and I've pressed it with benchmark and found that the FullyConnected layer takes a lot of time,about …
-
**Describe the bug**
ARM build of Clickhouse prints a ton of `libunwind: Unsupported .eh_frame_hdr version`
**How to reproduce**
* Checkout 20.6.7.4 version
* `./configure && make && make instal…
yard updated
11 months ago
-
We have a request to be able to test against AWS instances with a GPU:
https://discussion.fedoraproject.org/t/setting-up-fedora-ci-for-rocm/84373/11
Seems to start, it would be enough to ask for…
-
Installation details: scylla-monitoring 4.0.0, Grafana 9.0, rest of stack also at latest versions. All manually installed via the Scylla "install without Docker" instructions.
Panel Name: Connection,…
-
github.com/DataDog/zstd is not compatible with arm64 platform and it relies on cgo and linux heavily.
We use arm64 graviton3 instance on aws and arm instances on other cloud provider heavily to reduc…
-
## Issue description
- [ ] This issue is a regression.
- [x] It is unknown if this issue is a regression.
When examining the results of `perftune.py` across all supported instances in AWS, we n…
-
-
### 🐛 Describe the bug
- Allocate `a1.4xlarge` instance (or boot up Rasberry Pie)
- `pip3 install torch --index-url https://download.pytorch.org/whl/test/cpu/`
- `lldb -- python3 -c "import torch"`…
-
### 🐛 Describe the bug
Hi,
As the title indicates, I have a model created with `TorchScript` and saved with the `.pt` extension under `torch==1.13.1` but when I load it back in another env using `…