aco: Set +wavefrontsize64 for LLVM disassembler in GFX10 wave64 mode.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
This commit is contained in:
@@ -1241,6 +1241,7 @@ setup_isel_context(Program* program,
|
||||
program->info = info;
|
||||
program->chip_class = options->chip_class;
|
||||
program->family = options->family;
|
||||
program->wave_size = options->wave_size;
|
||||
program->sgpr_limit = options->chip_class >= GFX8 ? 102 : 104;
|
||||
if (options->family == CHIP_TONGA || options->family == CHIP_ICELAND)
|
||||
program->sgpr_limit = 94; /* workaround hardware bug */
|
||||
|
||||
Reference in New Issue
Block a user