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

Artem Belevich via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 2 10:07:09 PDT 2016


You may be out of luck. http://reviews.llvm.org/rL178417 committed in 2013
says:
"[NVPTX] Remove support for SM < 2.0. This was never fully supported
anyway."

--Artem

On Wed, Jun 1, 2016 at 10: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
>
>


-- 
--Artem Belevich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160602/18fc03b6/attachment.html>


More information about the llvm-dev mailing list