Hi:
When I use the “llc --version” command to check the CPU type of the machine,
I see the “Host CPU: rocketlake”
, but when I changed “TARGET = “llvm-mcpu =skylake-avx512”” to“ target =" llvm-mcpu = Rocketlake-AVx512 "”, I got an error:“TVMError: LLVM cpu architecture -mcpu=rocketlake-avx512
is not valid in -mtriple=x86_64-unknown-linux-gnu
”。Has anyone ever been in this situation before or know why?
Your early reply will be highly appreciated.