Skip to content

Support num_blocks() as an alias for grid_size() in the launch config builder #498

@eyalroz

Description

@eyalroz

Some people will find it more intuitive / less confusing to write

my_build.num_blocks(123).build()

rather than

my_build.grid_size(123).build()

as the former better clarifies that it's not the overall grid size. So let's add that as an alias.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions