ac/perfcounter: remove a bogus assert to fix an assertion failure on gfx11
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25485>
This commit is contained in:
parent
2e100bd69b
commit
476529a692
1 changed files with 0 additions and 1 deletions
|
|
@ -1151,7 +1151,6 @@ bool ac_init_block_names(const struct radeon_info *info,
|
|||
}
|
||||
}
|
||||
|
||||
assert(block->b->selectors <= 1000);
|
||||
block->selector_name_stride = block->group_name_stride + 4;
|
||||
block->selector_names =
|
||||
MALLOC(block->num_groups * block->b->selectors * block->selector_name_stride);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue