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
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
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