[code-reflection] Integrated: switch all uses of runtime API cudaXXX for device API cuXXX - to trac…

Gary Frost gfrost at openjdk.org
Sat Apr 5 11:07:35 UTC 2025


On Sat, 5 Apr 2025 11:02:50 GMT, Gary Frost <gfrost at openjdk.org> wrote:

> Switch all uses of CUDA runtime API (cudaXXX) for device API (cuXXX) - to track bug uncovered by heal example which seems to access thread local data (native code) and thus get the incrroect stream/context.   
> 
> Bug only shows up in heal example. 
> 
> This checkin cleans up API usage and uses a common mechanism to trace cuXX calls

This pull request has now been integrated.

Changeset: c96ce3b3
Author:    Gary Frost <gfrost at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/c96ce3b38593d27d3fe3ffbd116692cb15207b38
Stats:     215 lines in 6 files changed: 32 ins; 108 del; 75 mod

switch all uses of runtime API cudaXXX for device API cuXXX - to trac…

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

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


More information about the babylon-dev mailing list