This is an automated email from the ASF dual-hosted git repository. zhaowu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from ee33056 [Topi,x86] Split MKL from BLAS. (#6182) add 14f4efe [RPC] Update build support for cross compiling apps/cpp_rpc with OpenCL (#6229) No new revisions were added by this update. Summary of changes: CMakeLists.txt | 4 +-- apps/cpp_rpc/CMakeLists.txt | 12 ++++++++ apps/cpp_rpc/Makefile | 53 ---------------------------------- apps/cpp_rpc/README.md | 44 ++++++++++++++++++---------- cmake/config.cmake | 8 ++++++ cmake/modules/OpenCL.cmake | 6 ++-- cmake/util/FindOpenCL.cmake | 70 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 124 insertions(+), 73 deletions(-) delete mode 100644 apps/cpp_rpc/Makefile create mode 100644 cmake/util/FindOpenCL.cmake