wasi-nn: Enable GPU support (#1922)
- Split logic in several dockers - runtime: wasi-nn-cpu and wasi-nn- Nvidia-gpu. - compilation: wasi-nn-compile. Prepare the testing wasm and generates the TFLites. - Implement GPU support for TFLite with Opencl.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
-Wl,--allow-undefined \
|
||||
-Wl,--strip-all,--no-entry \
|
||||
--sysroot=/opt/wasi-sdk/share/wasi-sysroot \
|
||||
-I/home/wamr/core/iwasm/libraries/wasi-nn \
|
||||
-I.. \
|
||||
-o test_tensorflow.wasm test_tensorflow.c
|
||||
|
||||
# TFLite models to use in the tests
|
||||
|
||||
Reference in New Issue
Block a user