Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] [refactor] Move LLVM source files to target locations #5254

Merged
merged 7 commits into from
Jun 25, 2022

Conversation

qiao-bo
Copy link
Contributor

@qiao-bo qiao-bo commented Jun 24, 2022

Related issue = #4832

This PR splits the source files under taichi/llvm* into four locations:

  • taichi/codegen/llvm for target llvm_codegen
  • taichi/runtime/llvm for target llvm_runtime
  • taichi/runtime/program_impls/llvm for target llvm_program_impl
  • taichi/backends/llvm for target llvm_rhi

The runtime module is located at taichi/runtime/llvm/runtime_module.

Majority changes are path adaption related.

@netlify
Copy link

netlify bot commented Jun 24, 2022

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit 29d335c
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/62b58b58d7e53c0009fc86a7

@qiao-bo qiao-bo marked this pull request as ready for review June 24, 2022 10:24
@qiao-bo qiao-bo merged commit 5b69178 into taichi-dev:master Jun 25, 2022
@qiao-bo qiao-bo deleted the llvm_runtime branch June 25, 2022 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants