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
While implementing a trans_alg function, I tried running the VariablesAccessInfo. But the actual invoke did not add its parameters at all, it only reported the kernel types, e.g.:
While implementing a
trans_alg
function, I tried running theVariablesAccessInfo
. But the actual invoke did not add its parameters at all, it only reported the kernel types, e.g.:would report
count_neighbours
,compute_born
, ... - but not the actual parametersneighbours
,born
etc.I even tried calling
lower_to_language_level
, and it didn't help either.I believe all we need to do is add a custom
reference_accesses
function for theAlgorithmInvokeCall
(?)The text was updated successfully, but these errors were encountered: