[code-reflection] Integrated: [hat] Global and Local ranges to be constructed with `of` methods

Juan Fumero jfumero at openjdk.org
Mon Nov 24 09:34:59 UTC 2025


On Mon, 24 Nov 2025 09:19:09 GMT, Juan Fumero <jfumero at openjdk.org> wrote:

> Global and Local ranges to be constructed with `of` methods
> 
> Example of a 2D configuration with a 2D block size:
> 
> 
> var range = NDRange2D.of(Global2D.of(256, 256), Local2D.of(BLOCK_SIZE, BLOCK_SIZE));

This pull request has now been integrated.

Changeset: 6aa49a03
Author:    Juan Fumero <jfumero at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/6aa49a03b4cff8b54c8bdf20a29344b03cddedf3
Stats:     52 lines in 2 files changed: 27 ins; 1 del; 24 mod

[hat] Global and Local ranges to be constructed with `of` methods

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

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


More information about the babylon-dev mailing list