We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch: feature/fun Repository: [email protected]:AnyDSL/thorin2.git
Call: ./build/bin/thorin lit/clos/malloc.thorin.disabled -o - -p clos
./build/bin/thorin lit/clos/malloc.thorin.disabled -o - -p clos
<unknown location>: error: cannot pass argument '(_61485#0:(.Idx 2), _61593, f_reshape_62035)' of type '[%mem.M, %mem.Ptr (.Cn [[%mem.M, .Idx 4294967296], .Cn [%mem.M, .Idx 4294967296]], 0), .Cn [%mem.M, .Idx 4294967296, .Cn [%mem.M, .Idx 4294967296]]]' to '%mem.store (.Cn [[%mem.M, .Idx 4294967296], .Cn [%mem.M, .Idx 4294967296]], 0)' of domain '[%mem.M, %mem.Ptr (.Cn [[%mem.M, .Idx 4294967296], .Cn [%mem.M, .Idx 4294967296]], 0), .Cn [[%mem.M, .Idx 4294967296], .Cn [%mem.M, .Idx 4294967296]]]'
Eliding -p clos works. Fiddling around with verbose output points the finger to the reshape pass.
-p clos
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Branch: feature/fun
Repository: [email protected]:AnyDSL/thorin2.git
Call:
./build/bin/thorin lit/clos/malloc.thorin.disabled -o - -p clos
Eliding
-p clos
works. Fiddling around with verbose output points the finger to the reshape pass.The text was updated successfully, but these errors were encountered: