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
I saw that I should call void _mlir_ciface_laplace(MemRefType3D *input, MemRefType3D *output); in my main.c, but I wonder how can I build a MemRefType3D* type argument in C file?
The text was updated successfully, but these errors were encountered:
I saw that I should call
void _mlir_ciface_laplace(MemRefType3D *input, MemRefType3D *output);
in my main.c, but I wonder how can I build a MemRefType3D* type argument in C file?The text was updated successfully, but these errors were encountered: