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
Define rtfence_t and rtglobals_t types if they are not defined
If user code doesn't call builtins requiring `rtfence_t` and `rtglobals_t`
types, but calls builtins requiring `intel_ray_query_opaque_t` type, then
`rtfence_t` and `rtglobals_t` might not be defined while setting body
for `intel_ray_query_opaque_t` type.
0 commit comments