-
We currently have 295 branches published on the main repo. In particular, 115 of these have already been merged into master. The columns list the age of the branch, the branch tag, and the most recent…
-
It's OK to run the app/blur as an executable on android arm device. But error in an Android apk.
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1267: /dsp/fastrpc_shell_0 load failed 45, …
-
I am trying a Nearest neighbor image resize algorithm using Halide.
Following is the setup details:
- Hexagon SDK: 4.3.0.0
- Using standalone mode
Issue:
- Execution time for Halide is quite sl…
-
Extracted from #4784.
As you can see there are quite a few `-m` flags that control CPU features:
```zig
flagpd1("m16"),
flagpd1("m32"),
flagpd1("m3dnow"),
flagpd1("m3dnowa"),
flagpd1("m64")…
-
Hi,
I have tried to run the Hello Hexagon example with Hexagon SDK 3.0, Hexagon Tools 8.0.08 and LLVM 3.9.
It gives me the following errors:
> g++ -std=c++11 -I ../../include/ -I ../../tools/ -I …
-
Hi,
We are migrating to the newest release (V2.7.2). We successfully used V3 version in the past but now, there seems to be a problem with MTU exchange, the NRF_BLE_GATT_EVT_ATT_MTU_UPDATED is not …
-
It seems that gclang mishandles the `-mllvm` compilation flags. For example passing `-mllvm -stack-alignment=16`.
## Environment
- gllvm version 1.3.0
- go version go1.16.5
- llvm version 10
…
-
Hi @shuki-k
Sadly this is not possible.
These new chips uses a newer version of HVX that is different than what Hexagon delegate supports.
_Originally posted by @karimnosseir in https://github.c…
-
It is not possible to enable the hexagon scheduling directive, (include the hvx target feature in the target.)
```console
~/Halide/apps/blur (master) $ HL_TARGET=arm-64-android-hvx_128 make
bin/h…
-
It's great that you can convert gigabytes of data per second, but that's if all those gigabytes are in one long line!
This is a rare scenario. Whereas the usual scenario is processing a large set o…