[TVM Discuss] [Questions] Correct target string for x86 CPU

2020-06-22 Thread Cody H. Yu via TVM Discuss
It doesn't mean your target is wrong. It just meant Tophub doesn't have pre-tuned schedule config for your workload on Cascade Lake. You should use AutoTVM to tune the model by yourself. --- [Visit Topic](https://discuss.tvm.ai/t/correct-target-string-for-x86-cpu/7056/4) to respond. You

[TVM Discuss] [Questions] Correct target string for x86 CPU

2020-06-22 Thread Taehee Jeong via TVM Discuss
No. when I set up 'target = 'llvm -mcpu=cascadelake', the following error comes out. Cannot find config for target=llvm -mcpu=cascadelake, workload=('dense_nopack.x86', ('TENSOR', (1, 512), 'float32'), ('TENSOR', (1000, 512), 'float32'), None, 'float32'). A fallback configuration is used, whi

[TVM Discuss] [Questions] Correct target string for x86 CPU

2020-06-22 Thread Cody H. Yu via TVM Discuss
Should be `llvm -mcpu=cascadelake` I think? --- [Visit Topic](https://discuss.tvm.ai/t/correct-target-string-for-x86-cpu/7056/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscr

[TVM Discuss] [Questions] Correct target string for x86 CPU

2020-06-22 Thread Taehee Jeong via TVM Discuss
I read some related articles ('Correct target string for x86' or 'The correct the target for CPU'...). But I could not find correct string for my CPU. My CPU is 'Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz' The code name is Cascade Lake. So I tried to target = 'llvm -mcpu=Cascade' or target = 'llv