Displaying 2 results from an estimated 2 matches for "ginu".
Did you mean:
ganu
2016 Jun 02
5
PTX generation from CUDA file for compute capability 1.0 (sm_10)
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160602/77d9f743/attachment.html>
2016 Jun 02
3
PTX generation from CUDA file for compute capability 1.0 (sm_10)
...chance that this error being generated from CUDA runtime alone
since I am using CUDA 7.5 which does not support sm_10. If there is any
chance that the error is isolated from LLVM and is only due to CUDA, i have
some hope to use a lower CUDA version. Please let me know your suggestions.
Thank you,
Ginu
On Thu, Jun 2, 2016 at 2:36 PM, C Bergström <cbergstrom at pathscale.com>
wrote:
> 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...