[Mesa-dev] [Bug 109531] implicit declaration of function ‘ac_nir_get_max_workgroup_size
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Feb 1 12:40:48 UTC 2019
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 at lists.freedesktop.org
Reporter: lonewolf at xs4all.nl
QA Contact: mesa-dev at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190201/b24131b3/attachment.html>
More information about the mesa-dev
mailing list