@tqchen @taknevski  I'm having a similar problem here, and I wonder how to 
explicitly convert the non-compact subtensor into a compact tensor? I have 
tried to add something like:

```python
B = te.compute(
            (m, n, k, l),
            lambda a, b, c, d: tmpB[a, b, c, d])
``` 

but I only get the following error:
```
  File "/home/moderato/Documents/incubator-tvm/python/tvm/te/tensor_intrin.py", 
line 123, in decl_tensor_intrin
    raise ValueError("Do not yet support composition op")

ValueError: Do not yet support composition op
```

Any suggestion?





---
[Visit 
Topic](https://discuss.tvm.ai/t/tvm-buffer-compaction-decl-buffer/2831/5) to 
respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.ai/email/unsubscribe/2bc089a982fd35ff7591e412e125aee588c2441ed711903af31a15c498f277ac).

Reply via email to