From a7cd0a896d3694e40ecc0fee4627332708496b76 Mon Sep 17 00:00:00 2001 From: Mu Li Date: Sat, 27 Jan 2018 09:56:02 -0800 Subject: [PATCH] add the link for how to setup rk3399 opencl driver (#827) --- tutorials/deployment/cross_compilation_and_rpc.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tutorials/deployment/cross_compilation_and_rpc.py b/tutorials/deployment/cross_compilation_and_rpc.py index eec2f9ae..ccaf9e79 100644 --- a/tutorials/deployment/cross_compilation_and_rpc.py +++ b/tutorials/deployment/cross_compilation_and_rpc.py @@ -234,7 +234,10 @@ print('%g secs/op' % cost) # .. note:: # # Raspberry Pi does not support OpenCL, the following code is tested on -# Firefly-RK3399. The target_host should be 'llvm -target=aarch64-linux-gnu'. +# Firefly-RK3399. You may follow this `tutorial `_ +# to setup the RK3399 OS and OpenCL driver. +# +# The target_host should be 'llvm -target=aarch64-linux-gnu'. # But here we set 'llvm' to enable this tutorial to run locally. # # Also we need to build the runtime with the flag `USE_OPENCL=1`.