[code-reflection] Integrated: Juan Fumero reported this issue on Linux/OpenCL

Gary Frost gfrost at openjdk.org
Wed Jun 11 10:15:58 UTC 2025


On Wed, 11 Jun 2025 10:10:46 GMT, Gary Frost <gfrost at openjdk.org> wrote:

> Juan Fumero reported issue on one of his linux/OpenCL tests.
> 
> Code was reinterpreting a cast from address of int on local stack.  Even though we were only 'requesting' a dim of one.  The runtime was clearly accessing 'past' the value addressed.  This was a bad use of reinterpret cast. Code now creates a suitable size_t[3] array.

This pull request has now been integrated.

Changeset: 5bdc8fff
Author:    Gary Frost <gfrost at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/5bdc8fffc3c29f4fb41125375b641dd9670bc468
Stats:     7 lines in 1 file changed: 5 ins; 0 del; 2 mod

Juan Fumero reported this issue on Linux/OpenCL

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

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


More information about the babylon-dev mailing list