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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
最后一题我生成的TensorIR基本和TargetModule结构类似,唯一的区别是我在使用了
decompose_reduction
之后,初始化部分变成了:TargetModule里的这一部分是:
区别在于我的结果中
Y[vn, vi, vj] = 0
,而Target里是Y[n, i, j] = T.float32(0)
,导致在assert_structural_equal
的时候通不过。但是time_evaluator
可以正常执行,结果也正确。不知道是否因为mlc的版本问题?
我的解答是这样的:
Beta Was this translation helpful? Give feedback.
All reactions