[code-reflection] RFR: [hat] Global and Local ranges to be constructed with `of` methods
Juan Fumero
jfumero at openjdk.org
Mon Nov 24 09:30:41 UTC 2025
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));
-------------
Commit messages:
- [hat] Global and Local ranges to be constructed with of methods
Changes: https://git.openjdk.org/babylon/pull/703/files
Webrev: https://webrevs.openjdk.org/?repo=babylon&pr=703&range=00
Stats: 52 lines in 2 files changed: 27 ins; 1 del; 24 mod
Patch: https://git.openjdk.org/babylon/pull/703.diff
Fetch: git fetch https://git.openjdk.org/babylon.git pull/703/head:pull/703
PR: https://git.openjdk.org/babylon/pull/703
More information about the babylon-dev
mailing list