You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

tvm_predict.cmake 588 B

12345678910
  1. set(incubator_tvm_predict_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2")
  2. set(incubator_tvm_predict_CFLAGS "-D_FORTIFY_SOURCE=2 -O2")
  3. mindspore_add_pkg(incubator_tvm_predict
  4. VER 0.6.0
  5. HEAD_ONLY ./
  6. URL https://github.com/apache/incubator-tvm/release/download/v0.6.0/apache-tvm-src-v0.6.0-incubating.tar.gz
  7. MD5 2d77a005f0046d937b99c67de82f6438
  8. PATCHES ${CMAKE_SOURCE_DIR}/third_party/patch/predict/0001-RetBugFix-CustomRuntime_v06.patch)
  9. include_directories(${incubator_tvm_predict_INC})
  10. add_library(mindspore::incubator_tvm_predict ALIAS incubator_tvm_predict)

MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.

Contributors (1)