You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by Thomas V via TVM Discuss <no...@discuss.tvm.ai> on 2020/05/01 15:09:11 UTC

[TVM Discuss] [Questions] ROCm 'segmentation fault' error when auto-tuning


Given that it happens after 60 steps, this might not be ROCm but rather the xgboost module. In that case, upgrading to the pre-release or downgrading helps.
https://github.com/apache/incubator-tvm/issues/4953#issuecomment-619255802

That said we also fixed a potential segfault in the AMDGPU llvm codegen last week, so upgrading to the latest TVM master might be a good idea.

Best regards

Thomas





---
[Visit Topic](https://discuss.tvm.ai/t/rocm-segmentation-fault-error-when-auto-tuning/6402/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/eb64480f15cee739e7b07a9df6a79a6ac6e70eaeb6c70f5ec12d5b13b3ee5271).

[TVM Discuss] [Questions] ROCm 'segmentation fault' error when auto-tuning

Posted by Sergio via TVM Discuss <no...@discuss.tvm.ai>.

Downgrading to xgboost 0.90 fixed the segmentation fault issue!

Thanks a lot @t-vi





---
[Visit Topic](https://discuss.tvm.ai/t/rocm-segmentation-fault-error-when-auto-tuning/6402/6) 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/4f79be5788ee71905dcd7c4fb64038a59d0ceb67b6b262417908988078f665be).

[TVM Discuss] [Questions] ROCm 'segmentation fault' error when auto-tuning

Posted by Thomas V via TVM Discuss <no...@discuss.tvm.ai>.

Currently, we use the CUDA schedule (and op) on ROCm:

https://github.com/apache/incubator-tvm/blob/2cd987d92724be0f859bfb624ce797f9c70167bb/python/tvm/relay/op/strategy/rocm.py#L47-L50





---
[Visit Topic](https://discuss.tvm.ai/t/rocm-segmentation-fault-error-when-auto-tuning/6402/8) 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/b744b44f96334395902b155a75b1424d7aa8d27a2ef448315d5ffa1c02584dea).

[TVM Discuss] [Questions] ROCm 'segmentation fault' error when auto-tuning

Posted by Sergio via TVM Discuss <no...@discuss.tvm.ai>.

Hi @t-vi,

I have one follow-up question. I was wondering if you know the location of the file defining the schedule for the ROCm backend conv2d. So far I have checked the file in the link below, but I haven't been able to find the schedule template. I would appreciate any information on this regard.

https://github.com/apache/incubator-tvm/blob/2cd987d92724be0f859bfb624ce797f9c70167bb/topi/python/topi/rocm/conv2d.py





---
[Visit Topic](https://discuss.tvm.ai/t/rocm-segmentation-fault-error-when-auto-tuning/6402/7) 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/acea2afc9a08f380e4d92380b7ecac32c52cd557a7aa2f58b10e6f2fdb0d651a).