[code-reflection] Integrated: [hat] varStoreOp extended for dialect varOp Types

Juan Fumero jfumero at openjdk.org
Wed Nov 26 09:02:38 UTC 2025


On Wed, 26 Nov 2025 08:36:22 GMT, Juan Fumero <jfumero at openjdk.org> wrote:

> This PR extends the C99 codegen to generate stores for the `VarStoreOp` that corresponds to custom stores for the HAT Dialect. 
> 
> For example:
> 
> 
> acc = PrivateDataStructure.createPrivate();
> ...
> acc = F16.add(acc, mul);
> 
> 
> This patch has been tested for both the OpenCL and CUDA backends.

This pull request has now been integrated.

Changeset: b85eeb20
Author:    Juan Fumero <jfumero at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/b85eeb20e075b4185b565dfaa1eb89608c528315
Stats:     34 lines in 8 files changed: 9 ins; 2 del; 23 mod

[hat] varStoreOp extended for dialect varOp Types

-------------

PR: https://git.openjdk.org/babylon/pull/709


More information about the babylon-dev mailing list