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
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
The text was updated successfully, but these errors were encountered:
Got the following error message when testing with
test_meta_schedule_bsr_sparse_dense_cpu.py
.The text was updated successfully, but these errors were encountered: