-
Notifications
You must be signed in to change notification settings - Fork 27
Does TVM support RK3288? #5
Comments
rk3288 is similar to rk3399, so tvm supports it. There maybe some problems in your environment configuration, like opencl driver, tvm build option. Could you post your error message? |
Here is the error message python -m tvm.exec.rpc_server --host 0.0.0.0 --port=9090 |
“make USE_OPENCL=1 LLVM_CONFIG=llvm-config-4.0 -j4” |
It seems the problem is your opencl driver, not the tvm runtime. |
When I run the test on RK3288, I get the error message: Traceback (most recent call last): Stack trace returned 10 entries: @merrymercy Could you give some help ? |
cc @tqchen |
Please use the latest nnvm along with latest tvm |
Hi, I saw you do the benchmark test on RK3399. RK3288 has a Mali-T764 GPU. We tried it but the opencl has some problem recognizing the GPU. Do you have idea if TVM supports RK3288?
The text was updated successfully, but these errors were encountered: