-
**Describe the bug**
Fail to parse C code when a JNI function returns a non-JNI type
**To Reproduce**
The C Code:
```
#include
#include "engine.h"
#include "input.h"
#include "math.h"
…
-
This is an enhancement proposal that entails building a native DLL Loader API coded in C, so that the native libraries (e.g., Bullet Physics) can dynamically link other dependencies through a generic …
-
Run transformer block on device OpenCL, output layer on PTX:
```
python %TORNADO_SDK%\bin\tornado ^
--jvm="-Dtb.device=1:0 -Dol.device=2:0 -DUseVectorAPI=true -Dtornado.device.memory=2GB" ^
--clas…
-
For nested field, OpenSearch convert parent filter bitset to int array before passing it to JNI layer. https://github.com/opensearch-project/k-NN/blob/main/src/main/java/org/opensearch/knn/index/query…
-
Hi, i am trying to add a source with a GeometryCollection but it's not really working.
GeometryCollection is not supported yet ?
```
static Future _drawGeomData(IsarLayer layer, MaplibreMapCon…
-
Hi, I tried to run LLaMa on Galaxy Z FLIP5 (Android14) and got some errors.
1. ko_KR.UTF_8 error
`terminating with uncaught exception of type std::runtime_error: collate_byname::collate_byname f…
-
I am generating simple RGB OME-TIFFs. Everything is working as expected with saving the file using tifffile and napari-tiff is recognizing them as RGB images (`PHOTOMETRIC.RGB`) with one channel and `…
-
**Describe the bug**
In Android SDK 11.5.0, the app crashes consistently after a few seconds. I am only using a simple map view, without any extra layers or features. This does not happen in version …
nijs9 updated
2 weeks ago
-
**The app is crashing when app theme changed**
### Steps to trigger behavior
1. Make an active navigation with valid route
2. App theme is changed from Day to Night or vise version by AppComp…
-
hi, I follow the instructions and I can debug my android studio app in the VS code. But I need to debug my .cpp files that they are in the jni layer. Can anybody help me?