This fixes a TODO in the first version.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp | ||
---|---|---|
59 | Maybe you can make it a static local variable if this is not against LLVM coding convention? |
mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp | ||
---|---|---|
59 | Alas, that would make it thread unsafe (since several threads may run this code in parallel on different modules in theory). |
Maybe you can make it a static local variable if this is not against LLVM coding convention?