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
The text was updated successfully, but these errors were encountered:
ex-rzr
changed the title
OpenCL C++ packed attribute does not work enum class
OpenCL C++ packed attribute does not work for enum class
Dec 16, 2016
ex-rzr
changed the title
OpenCL C++ packed attribute does not work for enum class
OpenCL C++ [[cl::packed]] attribute does not work for enum class
Dec 16, 2016
It works for
enum
but ignored forenum class
.Here is an example:
SPIR-V
Output:
The text was updated successfully, but these errors were encountered: