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
Repro:
aie_compilation_flags = [ "--iree-amdaie-num-rows=4", "--iree-amdaie-num-cols=8", ] self.register( Matmul( 32, 4096, 128, "i32", "i32", test_params=TestParams( tile_pipeline="pack-peel-4-level-tiling", run_on_target=["npu4"], aie_compilation_flags=aie_compilation_flags, ), ) )
Issue: Results in ALL ZEROES + messes up with the device driver.
To check how it messes up the driver :- 0. Run xrt-smi examine - you should see the device present.
xrt-smi examine
32 x 32 x 32
32 x 4096 x 128
Unable to upload IR but with 5e6574d61d15ef130c915c001be2d991b8324836 as the Top-Of-Main commit, it can be generated.
5e6574d61d15ef130c915c001be2d991b8324836
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Repro:
Issue: Results in ALL ZEROES + messes up with the device driver.
To check how it messes up the driver :-
0. Run
xrt-smi examine
- you should see the device present.32 x 32 x 32
first - it will work.32 x 4096 x 128
- it'll give zeroes.32 x 32 x 32
- it won't work.xrt-smi examine
it'd show 0 devices present.Unable to upload IR but with
5e6574d61d15ef130c915c001be2d991b8324836
as the Top-Of-Main commit, it can be generated.The text was updated successfully, but these errors were encountered: