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
Describe the bug
When trying to implement build(target="vhls") on test cases in test_tensor.py, after lowering modules using the same passes added to allo/backend/llvm.py, all cases except test_same(), test_same_scalar(), test_outzero(), test_outzero_scalar() cannot pass the line hcl_d.emit_vhls(self.module, buf) in allo/backend/hls.py.
Describe the bug
When trying to implement
build(target="vhls")
on test cases in test_tensor.py, after lowering modules using the same passes added to allo/backend/llvm.py, all cases excepttest_same()
,test_same_scalar()
,test_outzero()
,test_outzero_scalar()
cannot pass the linehcl_d.emit_vhls(self.module, buf)
in allo/backend/hls.py.To Reproduce
Run
test_extract()
Buggy output
Expected behavior
Should generate HLS code in the form given in the Allo tutorial.
The text was updated successfully, but these errors were encountered: