GPU で Rust コードを実行するためのいくつかの指示に従おうとしています。ただし、コンパイルすることはできません。
Rust nightly をインストールしたにもかかわらず、Xargo はまだ Rust nightly がインストールされていないと主張しています。Xargo のアンインストールと再インストールを 2 回試みましたが、何も変わりませんでした。
xargo rustc --target nvptx64-nvidia-cuda -- --emit=asm
出力:
WARNING: the sysroot can't be built for the Stable channel. Switch to nightly.
Compiling kernel v0.1.0 (file:///C:/Users/shado/Workspace/kernel)
error[E0463]: can't find crate for `core`
|
= note: the `nvptx64-nvidia-cuda` target may not be installed
error: aborting due to previous error
error: Could not compile `kernel`.
To learn more, run the command again with --verbose.
rustc --version
出力:
rustc 1.25.0-nightly (15a1e2844 2018-01-20)