File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
extension/android/executorch_android/src/main/java/org/pytorch/executorch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class NativePeer {
2323 static {
2424 // Loads libexecutorch.so from jniLibs
2525 NativeLoader .loadLibrary ("executorch_jni" );
26- // NativeLoader.loadLibrary("vulkan_backend");
26+ NativeLoader .loadLibrary ("vulkan_backend" );
2727 }
2828
2929 private final HybridData mHybridData ;
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ build_android_native_library() {
4747 -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
4848 -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
4949 -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
50- -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
50+ -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=OFF \
5151 -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
5252 -DEXECUTORCH_BUILD_KERNELS_CUSTOM=" ${EXECUTORCH_BUILD_EXTENSION_LLM:- ON} " \
5353 -DEXECUTORCH_BUILD_NEURON=" ${EXECUTORCH_BUILD_NEURON} " \
You can’t perform that action at this time.
0 commit comments