Skip to content

Conversation

@kevinsala
Copy link
Contributor

No description provided.

@kevinsala kevinsala requested a review from jhuber6 November 9, 2025 03:28
@llvmbot llvmbot added the offload label Nov 9, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 9, 2025

@llvm/pr-subscribers-offload

Author: Kevin Sala Penades (kevinsala)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/167197.diff

1 Files Affected:

  • (modified) offload/include/omptarget.h (-4)
diff --git a/offload/include/omptarget.h b/offload/include/omptarget.h index 89aa468689eaf..fbb4a06accf84 100644 --- a/offload/include/omptarget.h +++ b/offload/include/omptarget.h @@ -103,10 +103,6 @@ enum TargetAllocTy : int32_t { TARGET_ALLOC_DEFAULT, }; -inline KernelArgsTy CTorDTorKernelArgs = { - 1, 0, nullptr, nullptr, nullptr, nullptr, nullptr, - nullptr, 0, {0, 0, 0}, {1, 0, 0}, {1, 0, 0}, 0}; - struct DeviceTy; /// The libomptarget wrapper around a __tgt_async_info object directly 
@kevinsala kevinsala merged commit 64ad5d9 into llvm:main Nov 9, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants