Skip to content

Conversation

@tcantenot
Copy link

Because of precedence,
((buffer_width + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_ * (buffer_height + probe_spawn_tile_size_ - 1)) / probe_spawn_tile_size_
is performed instead of
((buffer_width + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_) * ((buffer_height + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_)

Because of precedence,
	((buffer_width + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_ * (buffer_height + probe_spawn_tile_size_ - 1)) / probe_spawn_tile_size_
is performed instead of
((buffer_width + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_) * ((buffer_height + probe_spawn_tile_size_ - 1) / probe_spawn_tile_size_)
@maoliver-amd
Copy link
Collaborator

Sorry for the delay. This is 100% correct and was fixed locally but not available publicly until now. This has been included as part of changes in the Capsaicin 1.3 release.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants