Koan-Sin Tan
Koan-Sin Tan
Thanks for the review. I don't know how difficult it is. I'll try to disable or gray out the switch. I am not familiar with Android widgets.
rebased to resolve conflict
rebased and resovled conflicts
@essandess FYR, as I commented before in https://github.com/tensorflow/tensorflow/issues/58368#issuecomment-1321729076, it's likely a linked (ld) or linker+compiler problem. I replaced ld in Xcode 14.x with the one from Xcode 13.x, then I...
I don't think bazel uses a different linker. Yes, on my mac, I have `/opt/local/bin/ld` installed via macport, too. But, that's symbolic links and shell script wrappers to Xcode ld....
With cmake, it's quite easy to get android binary ``` $ mkdir build $ cd build $ cmake -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake \ -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=android-30 \ -DCMAKE_C_FLAGS=-march=armv8.4a+dotprod .. $ make ``` On recent...
upload models. let the directory be model ``` !git clone https://github.com/ggerganov/llama.cpp.git !(cd llama.cpp; make) !llama.cpp/main -m ..... -t 4 -l 128 ..... ```
> In the "Eval" function of the neuron_delegate_kernel.cc file, we observed that there are two memcpy operations performed during the execution of the code. The first occurrence is at line...
please check [the NeuroPilot site]( https://neuropilot.mediatek.com)
> The demo provided in neuropilot document seems too old. Do you have related document to use sdk 5.0? Please check the [NeuroPilot site](https://neuropilot.mediatek.com)