[Mlir-commits] [mlir] [mlir] Fix race condition introduced in ThreadLocalCache (PR #93280)
Kiran Chandramohan
llvmlistbot at llvm.org
Fri May 24 03:04:51 PDT 2024
kiranchandramohan wrote:
I am getting some compilation errors related to this patch.
```
error: implicit instantiation of undefined template 'std::atomic<(anonymous namespace)::ParametricStorageUniquer::Shard *>'
130 | static_assert(sizeof(_Tp)>0,
error: implicit instantiation of undefined template 'std::atomic<(anonymous namespace)::ParametricStorageUniquer::Shard *>'
720 | return get()[__i];
```
https://github.com/llvm/llvm-project/pull/93280
More information about the Mlir-commits
mailing list