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
Note that funclet 5 is fmul_gpu_val and funclet 10 is the value function implemented by the scheduling funclet which is calling @fmul_gpu_sched. (Also, @fmul_gpu_val.%a refers to the first output of @fmul_gpu_val.)
The text was updated successfully, but these errors were encountered:
I tried adding a case to value_tag to accept this, but that causes a different failure: ir::ValueTag::Output{funclet_id, index} => panic!("{:?} can only appear in interface of funclet", value_tag),
Error:
'Ill-formed: Operation { remote_node_id: RemoteNodeId { funclet_id: 10, node_id: 4 } } to Output { funclet_id: 5, index: 0 }', src\type_system\value_tag.rs:33:14
Note that funclet 5 is
fmul_gpu_val
and funclet 10 is the value function implemented by the scheduling funclet which is calling@fmul_gpu_sched
. (Also,@fmul_gpu_val.%a
refers to the first output of@fmul_gpu_val
.)The text was updated successfully, but these errors were encountered: