[Apache TVM Discuss] [Questions] LLVM Backend for riscv (follow up )

2021-08-20 Thread Rayen Dhahri via Apache TVM Discuss
Hey @areusch, Thank you, this generated the files I needed. However, I'm still getting the soft float to double float issue after generating the .o files Rayen --- [Visit Topic](https://discuss.tvm.apache.org/t/llvm-backend-for-riscv-follow-up/10824/3) to respond. You are receiving thi

[Apache TVM Discuss] [Questions] LLVM Backend for riscv (follow up )

2021-08-17 Thread Rayen Dhahri via Apache TVM Discuss
Following up with my forum post, https://discuss.tvm.apache.org/t/using-llvm-target-for-riscv-incompatibility-error/10393?u=heatdh I tried to implement the workaround that was suggested to solve the soft floating issue , added to some other approaches. Automatically by exporting the IR edi

[Apache TVM Discuss] [Questions] Using LLVM Target for RISCV (incompatibility error)

2021-07-04 Thread Rayen Dhahri via Apache TVM Discuss
Hello everyone, I was trying to create a custom target (as a part of a thesis) > self.target = tvm.target.Target( > "llvm -mcpu=rv32gc --mtriple=riscv32-unknown-elf --system-lib > --runtime=c -mfloat-abi=hard"). Using LLVM backend that generated 2 object files that I linked to