dace icon indicating copy to clipboard operation
dace copied to clipboard

Fix in cuda codegen: convert block_size config values to `int` values

Open edopao opened this issue 1 week ago • 0 comments

The values retrieved from Config are strings. For block_size configuration, the values need to be converted to int type.

edopao avatar Dec 11 '25 13:12 edopao