[llvm] [offload] add support for aligned allocations (PR #203353)

Piotr Balcer via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 02:44:54 PDT 2026


================
@@ -0,0 +1,207 @@
+//===--------------- Offload API tests - olMemAllocAligned ----------------===//
----------------
pbalcer wrote:

You should refactor these tests to use a common fixture parametrized by allocation type. Right now they are mostly copy/pasted.

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


More information about the llvm-commits mailing list