[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 20:12:36 PDT 2016


I located the Clang/LLVM release version 3.2 having some code for sm_10.
Even though it is know that the complete CUDA compilation is not possible
with this version of Clang/LLVM for sm_10 GPU, is there a way to know what
exactly is supported in this version for sm_10.

Best regards,
Ginu

On Mon, Jun 6, 2016 at 9:04 AM, ginu jacob <ginujacob10 at gmail.com> wrote:

> 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/88d9b51f/attachment.html>


More information about the llvm-dev mailing list