We also need to lock the LLVMDialect mutex when initializing
LLVM targets or destroying llvm modules concurrently. Added another
scoped lock to that effect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78580
[MLIR] Add extra locking during cubin generation. ClosedPublic Authored by herhut on Apr 21 2020, 12:31 PM.
Details Summary We also need to lock the LLVMDialect mutex when initializing
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 21 2020, 12:36 PM Closed by commit rGc22876b550f5: [MLIR] Add extra locking during cubin generation. (authored by herhut). · Explain WhyApr 22 2020, 12:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 259183 mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
|