echuraev commented on code in PR #14052:
URL: https://github.com/apache/tvm/pull/14052#discussion_r1112284684


##########
apps/android_rpc/app/build.gradle:
##########
@@ -59,14 +59,14 @@ tasks.withType(JavaCompile) {
 // }
 
 android {
-    compileSdkVersion 31
+    compileSdkVersion 33
     defaultConfig {
         applicationId "org.apache.tvm.tvmrpc"
         minSdkVersion 24
-        targetSdkVersion 26
+        targetSdkVersion 33

Review Comment:
   Could you please check if the OpenCL wrapper will successfully work with 
this version of targetSDK?
   I saw the problem with the target sdk > 30 that in the runtime it was 
impossible to open libOpenCL.so on the device. Probably it will be better to 
use target sdk == 30 for now and upgrade it later.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to