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:
Marek Olšák 2023-09-30 03:36:58 -04:00 committed by Marge Bot
parent 2e100bd69b
commit 476529a692

View file

@ -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);