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
Hi, I don't see any obvious issue with the alignment. I suspect that the kernel was not recompiled. So, the host code uses the new layout, but the kernel still the previous one. Could you try to delete files in the cache directory?
Hi, I'm trying to pass a struct parameter to a kernel function, the struct is like
the kernel is like
then i initialize the struct and launch the kernel in main function
the result is
when I change MyStruct to
the result image is
I suspect this is due to the alignment issue or something else I haven't take care, where can I find more hiprt programming guide?
The text was updated successfully, but these errors were encountered: