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

What version of PTX should we generate? #5

Closed japaric closed 8 years ago

japaric commented 8 years ago

Right now the nvptx targets generate PTX 3.2 but we can generate PTX with newer versions -- up to 4.2 -- using the features field of the target specification.

MixmasterFresh commented 8 years ago

I would definitely default to newer versions, unless there is a specific issue with the newer versions(e.g. backwards compatability).