elvin-n commented on code in PR #13362: URL: https://github.com/apache/tvm/pull/13362#discussion_r1021996120
########## apps/android_camera/app/src/main/jni/Application.mk: ########## @@ -32,9 +32,9 @@ APP_ABI ?= all APP_STL := c++_shared APP_CPPFLAGS += -DTVM_LOG_STACK_TRACE=0 -DTVM4J_ANDROID=1 -std=c++17 -Oz -frtti -ifeq ($(USE_OPENCL), 1) - APP_CPPFLAGS += -DTVM_OPENCL_RUNTIME=1 -endif + +# OpenCL support Review Comment: returned verification of USE_OPENCL :+1: -- 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]
