[llvm-dev] PTX generation from CUDA file for compute capability 1.0 (sm_10)

C Bergström via llvm-dev llvm-dev at lists.llvm.org
Wed Jun 1 23:36:02 PDT 2016


What happens if you hack change llvm to accept sm_10? Do you get an
error somewhere further down the pipeline?

sm_10 is pretty old hardware - Why the strong dependency on this?

On Thu, Jun 2, 2016 at 1:18 PM, ginu jacob via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hello,
>
> When generating the PTX output from CUDA file(.cu file), the minimum target
> that is accepted by LLVM is sm_20. But I have a specific requirement to
> generate PTX output for compute capability 1.0 (sm_10). Is there any
> previous version of LLVM supporting this?
>
> Thank you,
> Ginu
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>


More information about the llvm-dev mailing list