https://bugs.freedesktop.org/show_bug.cgi?id=109531

            Bug ID: 109531
           Summary: implicit declaration of function
                    ‘ac_nir_get_max_workgroup_size
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Vulkan/radeon
          Assignee: mesa-dev@lists.freedesktop.org
          Reporter: lonew...@xs4all.nl
        QA Contact: mesa-dev@lists.freedesktop.org

Looks like
https://cgit.freedesktop.org/mesa/mesa/commit/?id=9b9ccee4d64b5e64f6638bca7a87b3f159e3be9c
didn't change ac_nir_get_max-workgroup_size to radv_nir_max_workgroup_size in
all necessary places.



./mesa/src/amd/vulkan/radv_shader.c: In function ‘generate_shader_stats’:
../mesa/src/amd/vulkan/radv_shader.c:752:5: error: implicit declaration of
function ‘ac_nir_get_max_workgroup_size’; did you mean
‘radv_nir_get_max_workgroup_size’? [-Werror=implicit-function-declaration]
     ac_nir_get_max_workgroup_size(chip_class, variant->nir);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     radv_nir_get_max_workgroup_size

../mesa/src/amd/vulkan/radv_nir_to_llvm.c: In function
‘ac_translate_nir_to_llvm’:
../mesa/src/amd/vulkan/radv_nir_to_llvm.c:3453:33: error: implicit declaration
of function ‘ac_nir_get_max_workgroup_size’; did you mean
‘radv_nir_get_max_workgroup_size’? [-Werror=implicit-function-declaration]
                                
ac_nir_get_max_workgroup_size(ctx.options->chip_class,

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to