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

[Dcompute] Disable all moduleinfo, do not require pragma #4503

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thewilsonator
Copy link
Contributor

No description provided.

@thewilsonator thewilsonator marked this pull request as ready for review September 27, 2023 04:32
@JohanEngelen
Copy link
Member

No test?

@@ -86,6 +87,7 @@ DComputeCodeGenManager::DComputeCodeGenManager(llvm::LLVMContext &c) : ctx(c) {

void DComputeCodeGenManager::emit(Module *m) {
for (auto &target : targets) {
m->noModuleInfo = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this guaranteed not to affect non-dcompute codegen?

@kinke
Copy link
Member

kinke commented Oct 13, 2023

@thewilsonator: Do you want to land any of the open dcompute PRs for v1.35 final? I'd like to release this weekend.

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.

None yet

3 participants