You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libspirv] Don't force fp16/fp64 OpenCL extensions (#18961)
Enabling these (or any extensions, really) by default is incorrect and
prevents the r600 OpenCL builtins from being built. Each clang target
reports which OpenCL extensions it does or doesn't support.
This commit also moves the flag enabling SPIR-V builtin declarations to
the SPIR-V options. They are not needed for the compilation of CLC or
OpenCL builtins.
There is no change to any builtins file.
0 commit comments