-
```
I modified the Aparapi code so that it passes the first half (arbitrarily picked half for testing) of the kernels and tried to run them on the GPU and at the same time run the other half in the…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] …
-
# Note
All of this could be used for `package:jni` itself, as it already contains a lot of hand-written code for `List`, `Map`, `ByteBuffer`, … I plan to add support for exceptions and it's really …
-
In some cases, we need to pass the param to script at run time instead of build time to get the final script
Lucid lib supports this with rust lib: https://github.com/spacebudz/lucid/blob/457c156e7…
-
Following up on https://github.com/android/ndk/issues/1487, this bug outlines the work we'd need to do to support Rust in apps.
**This is not being worked on, nor is it planned. This bug documents …
-
### Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
### Affected platform version
VS 2022 17.4, Xamarin.Android 13.1.0.1
### Description
I have a shared library (.so) wri…
-
I hope that it could be easily wrapped with Kotlin via JNI or KotlinNative
-
Is this library used to generate stark signatures?
-
I want to be able to send binary audio data remotely to a pepper robot. While I was able to do so using Naoqi's sendRemoteBufferToOutput() method with qi framework and C++ SDK (2.5.5), I can't find a …
-
### 新建第一个模块,Test,新建一个c++类,Test,导出为Test.dll,code如下:
#pragma once
#include
#include
// Shared library support
#ifdef WIN32
#define EEXPORT __declspec(dllexport)
#define EIMPORT __declspec(dll…