[Apache TVM Discuss] [Questions] Build with segfault(latest commit)(gcc error..)

2021-08-22 Thread Jaehun Ryu via Apache TVM Discuss
Oh, I am sorry, this problem is about my system. I overclocked my ram one month ago. it made the above error. I resolved the error by tune off overclocking. --- [Visit Topic](https://discuss.tvm.apache.org/t/build-with-segfault-latest-commit-gcc-error/10860/3) to respond. You are receiv

[Apache TVM Discuss] [Questions] Build with segfault(latest commit)

2021-08-22 Thread Jaehun Ryu via Apache TVM Discuss
I encounter segfault in the lastest commit(d6d6367b0105bc5f155a963ea11e59c7913a2cf0). # My options - USE_LLVM ON - USE_CUDA ON # My environments - Ubuntu 20.04 - GCC9.3(I also met the same error when using the GCC 7.5) - Ubuntu 20.04 - CUDA 10.2 - LLVM 12 # version d6d6367b0105bc5f155a963

[Apache TVM Discuss] [Questions] How to calculate search space in auto scheduler(ansor)

2021-02-17 Thread Jaehun Ryu via Apache TVM Discuss
In autotvm 1.0,it has a way to get search space in task using `ConfigSpace` but i don't found a way to search space in auto scheduler. Even though osdi20 paper mentions that the search space is large, it does not mention the specific size. Is there any way to measure this? --- [Visit Topi