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
Currently, calling a device function in CPU code causes an ambiguous error and then an infinite hang:
julia> thread_position_in_grid_1d()
JIT session error: Symbols not found: [ _julia.air.thread_position_in_grid.i32 ]
JIT session error: Symbols not found: [ _julia.air.thread_position_in_grid.i32 ]
I realized this when trying to call thread_execution_width(), not realizing it was device-only, but it wasn't clear to me if it wasn't properly wrapped or if something else was going on.
Maybe a clearer error could be raised?
The text was updated successfully, but these errors were encountered:
Currently, calling a device function in CPU code causes an ambiguous error and then an infinite hang:
I realized this when trying to call
thread_execution_width()
, not realizing it was device-only, but it wasn't clear to me if it wasn't properly wrapped or if something else was going on.Maybe a clearer error could be raised?
The text was updated successfully, but these errors were encountered: