dace
dace copied to clipboard
Fix in cuda codegen: convert block_size config values to `int` values
The values retrieved from Config are strings. For block_size configuration, the values need to be converted to int type.