You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL RTC] Workaround data race related to the VFS containing toolchain
This regressed due to intel#19924 but,
apparently, we didn't have proper tests in place. I'm not sure what's
causing this exactly, but having each compilation create its unique
`ToolchainFS` instead of all of them using the same
`llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> SYCLToolchain::ToolchainFS`
somehow results in the test (added in this PR) passing consistently.
0 commit comments