On 2020-11-17 16:03:31, Brian Paul wrote:
> Another Intel question:  It looks like gen11/gen12 don't have fp/int64 
> enabled in the Vulkan driver. From gen_device_info.c:
> 
> #define GEN11_FEATURES(_gt, _slices, _subslices, _l3) \
>     GEN8_FEATURES,                                     \
>     GEN11_HW_INFO,                                     \
>     .has_64bit_float = false,                          \
>     .has_64bit_int = false,
> ...
> 
> #define GEN12_FEATURES(_gt, _slices, _l3)                       \
>     GEN8_FEATURES,                                               \
>     GEN12_HW_INFO,                                               \
>     .has_64bit_float = false,                                    \
>     .has_64bit_int = false,
> 
> But gen8/9 do support it.  Is this a driver and/or hardware issue?
> 

It matches the hardware.

-Jordan
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to