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
Stealing an example from the kernel_functor.cpp test in this case to show the issue.
If you use a raw array in a functor like above it will kill the compiler in the device outliner. It's likely the use case is illegal or unspecified in the Specification, but I imagine it shouldn't ICE the compiler.
From looking to the log I assume that the problem in our new initialization of kernel object, #488 also was caused by it. I'll take a look what we can do with it...
Stealing an example from the kernel_functor.cpp test in this case to show the issue.
If you use a raw array in a functor like above it will kill the compiler in the device outliner. It's likely the use case is illegal or unspecified in the Specification, but I imagine it shouldn't ICE the compiler.
Here's the compiler spew:
The text was updated successfully, but these errors were encountered: