[Mlir-commits] [mlir] [MLIR] [OpenMP] Modify definition of ALLOCATOR clause to support allocator type defined in user program. (PR #157399)

Tom Eccles llvmlistbot at llvm.org
Mon Sep 8 04:27:20 PDT 2025


https://github.com/tblah commented:

It looks like the intention of this patch is to allow specifying other numbers for the allocator.

If this representation is to be used, please could you add a parse/unparse test demonstrating that this works.

But I'm unsure if this is the right approach. As I understand it, the custom allocator would be a handle returned by `omp_init_allocator`. That would be an mlir (runtime) value rather than a (compile-time) attribute.

https://github.com/llvm/llvm-project/pull/157399


More information about the Mlir-commits mailing list