Skip to content
New issue

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

[BUG][MetaSchedule] Meta Schedule BSR Sparse Dense Test Error #440

Closed
zxybazh opened this issue Aug 12, 2021 · 2 comments
Closed

[BUG][MetaSchedule] Meta Schedule BSR Sparse Dense Test Error #440

zxybazh opened this issue Aug 12, 2021 · 2 comments

Comments

@zxybazh
Copy link
Collaborator

zxybazh commented Aug 12, 2021

Got the following error message when testing with test_meta_schedule_bsr_sparse_dense_cpu.py.

M = 128 N = 3072 K = 768 BS_R = 16 BS_C =  1
Running on target: llvm
sparse dense te schedule: 0.255497 ms
Traceback (most recent call last):
  File "test_meta_schedule_bsr_sparse_dense_cpu.py", line 230, in <module>
    test_sparse_dense()
  File "test_meta_schedule_bsr_sparse_dense_cpu.py", line 226, in test_sparse_dense
    check_device(device)
  File "test_meta_schedule_bsr_sparse_dense_cpu.py", line 185, in check_device
    func = func.specialize(x, tir.decl_buffer([M, K]))
TypeError: specialize() takes 2 positional arguments but 3 were given
@MasterJH5574
Copy link
Collaborator

Thanks for pointing it out! Yes, this test is much out-dated. And I have been trying on make it correct :-)

@junrushao
Copy link
Member

Won't fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants