This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][CUDA] Fix an issue that multiple `CUmodule` are could be overwritten
ClosedPublic

Authored by tianshilei1992 on Mar 9 2022, 10:28 AM.

Details

Summary

This patch fixes the issue introduced in 14de0820e87f and D120089, that
if dynamic libraries are used, the CUmodule array could be overwritten.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Mar 9 2022, 10:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 10:28 AM
tianshilei1992 requested review of this revision.Mar 9 2022, 10:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 10:28 AM
This revision is now accepted and ready to land.Mar 9 2022, 11:05 AM