llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Clear plugins after unload

Open steffenlarsen opened this issue 2 years ago • 0 comments

Unloading plugins was recently separated from the cleanup phase to allow the mock plugin ensure that the mock plugin is the lone plugin. However, after unloading the plugins vector is not currenly cleared. This commit clears the plugins vector after plugins have been unloaded.

steffenlarsen avatar Sep 22 '22 08:09 steffenlarsen