MixmasterFresh / rust-on-gpu

A fork of the Rust Language for experimenting with GPU support.
https://www.rust-lang.org
Other
5 stars 0 forks source link

Add AMD target definition #12

Open MixmasterFresh opened 8 years ago

MixmasterFresh commented 8 years ago

This PR adds the target definitions for both the R600 and the amdgcn backends, as well as some basic intrinsics. This is still undergoing some testing due to some quirks in the target itself, but that mostly seems to be trouble with LLVM and the nature of the AMDGPU backends more than anything else.

japaric commented 8 years ago

Heads up: I just rebased master on top of the latest nightly. This needs a rebase.