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
This would require carrying type information in the data reference class, most likely a template parameter.
e.g. prevent int3 * int8 from being valid.
At the moment, this would only cause an error on kernel compilation (during SYCL runtime), but it would be preferable to cause an error at C++ compile time.
The text was updated successfully, but these errors were encountered:
This would require carrying type information in the data reference class, most likely a template parameter.
e.g. prevent int3 * int8 from being valid.
At the moment, this would only cause an error on kernel compilation (during SYCL runtime), but it would be preferable to cause an error at C++ compile time.
The text was updated successfully, but these errors were encountered: