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

ginu jacob via llvm-dev llvm-dev at lists.llvm.org
Sun Jun 5 18:04:05 PDT 2016


Hello Artem,

Thanks for the mail. I think I may need to dig down a little bit to see
which part is supported and try out some way to make the compilation happen.

Best regards,
Ginu

On Fri, Jun 3, 2016 at 1:07 AM, Artem Belevich <tra at google.com> wrote:

> 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/20160606/3ffdf4b2/attachment.html>


More information about the llvm-dev mailing list