Piotr eF
Piotr eF
In documentation about RenderScript there is information about creating kernels with using macro `RS_KERNEL` in example code there is ugly `__attribute__((kernel))`. Second item, in documetation about RenderScript there is information...
Hello, Thanks for great software for sharing screen. I have little issue: my monitor don't have an audio output(no speakers). I am using it as second monitor, but I have...
Hello, First of all, thank for you great application. It helps me everyday working with ES:) I'm working with Mirage in chrome(as an extension). I can modify query manually, bet...
``` cmake ../../../ \ -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \ -DANDROID_ABI="${ABI}" \ -DMCU_FLAGS="-mcpu=cortex-a73" \ -DANDROID_STL=c++_static \ -DANDROID_NATIVE_API_LEVEL=android-33 \ -DANDROID_PLATFORM=android-33 \ -DMNN_USE_LOGCAT:BOOL=OFF \ -DMNN_VULKAN:BOOL=$VULKAN \ -DMNN_OPENCL:BOOL=$OPENCL \ -DMNN_OPENMP:BOOL=$OPENMP \ -DMNN_OPENGL:BOOL=$OPENGL \ -DMNN_ARM82:BOOL=OFF \ -DMNN_BUILD_BENCHMARK:BOOL=ON \...
Hello, I was looking at documentation and example project on https://djangocas.dev/blog/django-cas-ng-example-project/. I was trying to open example application with CAS, but I'm getting error from heroku hosting from https://django-cas-ng-demo.herokuapp.com/: ```...
Hello, Is it normal output when doing scrolling: ``` Scrolling [128/6004] Scrolling [128/6004] Scrolling [128/6004] Scrolling [128/6004] ```
Hi, During building lumahdrv I've got following warning: ``` CMake Warning (dev) at /usr/share/cmake-3.16/Modules/FindOpenGL.cmake:275 (message): Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when available. Run "cmake --help-policy...
Hello, I was facing few time problems when TVM says about undefined error -14. But this error is described(https://streamhpc.com/blog/2013-04-28/opencl-error-codes/) as `CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST`. So I have added it. I think more error...
Hello, Is there an option to choose which accelerator is used, when doing inference with NNAPI? I'm looking for option similar to `--nnapi_accelerator_name` in tflite benchmark. What is more, tflite_benchmark...
Hello, When I run model I can specify MNNForwardType to use CPU or OpenCL or something else. But the same thing I can specify in model's config.json. What is more...