Read prefs: /home/user/.config/blender/3.2/config/userpref.blend blenderkit addon: Verbose is enabled blenderkit addon: Read in JSON settings from file Starting daemon server on port 10753 Daemon server started on address http://127.0.0.1:10753, PID: 15088, log file located at: /home/user/blenderkit_data/blenderkit-daemon-10753.log blenderkit updater: Running background check for update blenderkit addon: Starting background checking thread blenderkit addon: Checking for update now in background blenderkit addon: Checking for update function blenderkit addon: Read in JSON settings from file blenderkit addon: Determined it's not yet time to check for updates blenderkit addon: Aborting check for updated, check interval not reached blenderkit addon: Finished check update, doing callback blenderkit addon: Running background update callback blenderkit addon: BG thread: Finished check update, no callback Read blend: /home/user/repos/arch-logo-blender/arch-2022-blu-2.blend Compiling HIP kernel ... hipcc -Wno-parentheses-equality -Wno-unused-value --hipcc-func-supp -O3 -ffast-math --amdgpu-target=gfx1030 -I /usr/share/blender/3.2/scripts/addons/cycles/source --genco /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/hip/kernel.cpp -o "/home/user/.cache/cycles/kernels/cycles_kernel_gfx1030_BA3FAEAF2213AAED34D26DDD69E1C387" In file included from /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/hip/kernel.cpp:12: /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:55:1: error: unknown type name '__noinline__' ccl_device_noinline T kernel_tex_image_interp_bicubic(ccl_global const TextureInfo &info, ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/hip/compat.h:33:40: note: expanded from macro 'ccl_device_noinline' #define ccl_device_noinline __device__ __noinline__ ^ In file included from /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/hip/kernel.cpp:12: /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:55:21: warning: variable templates are a C++14 extension [-Wc++14-extensions] ccl_device_noinline T kernel_tex_image_interp_bicubic(ccl_global const TextureInfo &info, ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:55:22: error: expected ';' at end of declaration ccl_device_noinline T kernel_tex_image_interp_bicubic(ccl_global const TextureInfo &info, ^ ; /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:55:23: error: C++ requires a type specifier for all declarations ccl_device_noinline T kernel_tex_image_interp_bicubic(ccl_global const TextureInfo &info, ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:69:15: error: no matching function for call to 'cubic_g0' float g0x = cubic_g0(fx); ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:34:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g0(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:70:15: error: no matching function for call to 'cubic_g1' float g1x = cubic_g1(fx); ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:38:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g1(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:72:20: error: no matching function for call to 'cubic_h0' float x0 = (px + cubic_h0(fx) + 0.5f) / info.width; ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:44:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_h0(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:73:20: error: no matching function for call to 'cubic_h1' float x1 = (px + cubic_h1(fx) + 0.5f) / info.width; ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:48:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_h1(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:74:20: error: no matching function for call to 'cubic_h0' float y0 = (py + cubic_h0(fy) + 0.5f) / info.height; ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:44:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_h0(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:75:20: error: no matching function for call to 'cubic_h1' float y1 = (py + cubic_h1(fy) + 0.5f) / info.height; ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:48:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_h1(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:77:10: error: no matching function for call to 'cubic_g0' return cubic_g0(fy) * (g0x * ccl_gpu_tex_object_read_2D(tex, x0, y0) + ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:34:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g0(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:79:10: error: no matching function for call to 'cubic_g1' cubic_g1(fy) * (g0x * ccl_gpu_tex_object_read_2D(tex, x0, y1) + ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:38:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g1(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:85:1: error: unknown type name '__noinline__' ccl_device_noinline T ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/hip/compat.h:33:40: note: expanded from macro 'ccl_device_noinline' #define ccl_device_noinline __device__ __noinline__ ^ In file included from /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/hip/kernel.cpp:12: /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:85:21: warning: variable templates are a C++14 extension [-Wc++14-extensions] ccl_device_noinline T ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:85:22: error: expected ';' at end of declaration ccl_device_noinline T ^ ; /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:86:1: error: C++ requires a type specifier for all declarations kernel_tex_image_interp_tricubic(ccl_global const TextureInfo &info, float x, float y, float z) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:101:15: error: no matching function for call to 'cubic_g0' float g0x = cubic_g0(fx); ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:34:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g0(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:102:15: error: no matching function for call to 'cubic_g1' float g1x = cubic_g1(fx); ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:38:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g1(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:103:15: error: no matching function for call to 'cubic_g0' float g0y = cubic_g0(fy); ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:34:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g0(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:104:15: error: no matching function for call to 'cubic_g1' float g1y = cubic_g1(fy); ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:38:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g1(float a) ^ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:105:15: error: no matching function for call to 'cubic_g0' float g0z = cubic_g0(fz); ^~~~~~~~ /usr/share/blender/3.2/scripts/addons/cycles/source/kernel/device/gpu/image.h:34:18: note: candidate function not viable: call to __device__ function from __host__ function ccl_device float cubic_g0(float a) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated when compiling for gfx1030. Failed to execute compilation command, see console for details. Refer to the Cycles GPU rendering documentation for possible solutions: https://docs.blender.org/manual/en/latest/render/cycles/gpu_rendering.html