srkreddy1238 commented on PR #13118: URL: https://github.com/apache/tvm/pull/13118#issuecomment-1305386706
Adreno docker build expects OpenCL path to be set to environment variable ADRENO_OPENCL. The issue is primarily with linking an external library. @lhez change works fine provided I need to pass ANDROID_NDK_MAJOR (```echo set\(ANDROID_NDK_MAJOR 21\) >> config.cmake``` ) along with cmake options (or export into docker environment with https://github.com/apache/tvm/blob/60e2c98fdb14721d0010d261d5c6b94d94e053d2/docker/Dockerfile.ci_adreno#L27). -- 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]
