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
E:\anydsl\thorin\src\thorin\be\llvm\runtime.cpp: 90: currently only pointers to arrays supported as kernel argument at 'broken.impala:6 col 5 - 37'; argument has different type: qs8*
This happens only if get_element_addr is called without partial evaluation.
The text was updated successfully, but these errors were encountered:
This is actually not a bug ... we expect pointers on the GPU to reside in the global address space, e.g. &[1][i8]. In case you modify your example to use the correct address space, we can generate code for it:
The following code,
produces this compilation runtime error:
This happens only if get_element_addr is called without partial evaluation.
The text was updated successfully, but these errors were encountered: