blob: b3695de630ab4f8415046836ce8b28ef07946459 [file] [edit]
error: mixing `-Ctarget-cpu` will cause an ABI mismatch in crate `target_cpu_default`
|
= help: the `-Ctarget-cpu` flag modifies the ABI so Rust crates compiled with different values of this flag cannot be used together safely
= note: `-Ctarget-cpu=sm_70` in this crate is incompatible with `-Ctarget-cpu=sm_80` in dependency `target_cpu_non_default`
= help: set `-Ctarget-cpu=sm_80` in this crate or `-Ctarget-cpu=sm_70` in `target_cpu_non_default`
= help: if you are sure this will not cause problems, you may use `-Cunsafe-allow-abi-mismatch=target-cpu` to silence this error
error: aborting due to 1 previous error