{"id":21063621,"url":"https://github.com/lijian736/tvm_cpp","last_synced_at":"2026-03-09T03:35:30.999Z","repository":{"id":216594913,"uuid":"741741994","full_name":"lijian736/tvm_cpp","owner":"lijian736","description":"A simple TVM C++ demos set","archived":false,"fork":false,"pushed_at":"2024-02-23T16:52:11.000Z","size":233,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T03:53:37.495Z","etag":null,"topics":["cpp","onnx","relay","tvm"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lijian736.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-11T02:34:07.000Z","updated_at":"2024-07-24T14:35:26.000Z","dependencies_parsed_at":"2024-02-04T07:22:14.465Z","dependency_job_id":"0d04156c-d32b-43f9-83dd-2029000258dd","html_url":"https://github.com/lijian736/tvm_cpp","commit_stats":null,"previous_names":["lijian736/tvm_cpp_demo","lijian736/tvm_cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lijian736/tvm_cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijian736%2Ftvm_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijian736%2Ftvm_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijian736%2Ftvm_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijian736%2Ftvm_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lijian736","download_url":"https://codeload.github.com/lijian736/tvm_cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijian736%2Ftvm_cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30281591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","onnx","relay","tvm"],"created_at":"2024-11-19T17:46:23.704Z","updated_at":"2026-03-09T03:35:30.961Z","avatar_url":"https://github.com/lijian736.png","language":"C++","readme":"## A TVM C++ examples set\n\n\n### Step 1. download TVM source\n```\nbash scripts/download_tvm.sh\n```\n\n### Step 2. build docker file\n```\ncd dockerfiles\nbash build_docker.sh\n```\n\n### Step 3. build TVM .so libs\n 1. enter the docker container\n 2. edit the third_party/tvm/cmake/config.cmake, change `set(USE_LLVM OFF)` to `set(USE_LLVM ON)`\n 3. build TVM so libs  \n   run the following scripts. if the build successfully, libtvm.so and libtvm_runtime.so will be generated.\n\n    ```\n    cd third_party/tvm\n    mkdir build\n    cp cmake/config.cmake build\n    cd build\n    cmake .. \u0026\u0026 make -j\n    ```\n\n### Step 4. build the examples\n ```\n mkdir build\n cd build\n cmake .. \u0026\u0026 make -j\n ```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flijian736%2Ftvm_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flijian736%2Ftvm_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flijian736%2Ftvm_cpp/lists"}