We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5e3b5 commit ca0be4cCopy full SHA for ca0be4c
offload/plugins-nextgen/common/include/JIT.h
@@ -93,7 +93,7 @@ struct JITEngine {
93
/// LLVM Context in which the modules will be constructed.
94
LLVMContext Context;
95
96
- /// Output images generated from LLVM backend.
+ /// A map of embedded IR images to the buffer used to store JITed code
97
DenseMap<const __tgt_device_image *, std::unique_ptr<MemoryBuffer>>
98
JITImages;
99
0 commit comments