_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
------------- Best regards, Alexey Bataev
Hi Alex, Eric and Valentin,
Thanks for the information. I don't mean to push this but I'm in desperate need of debugging some cuda code. I'm not familiar with the llvm internal but it sounds like there's at least line info now, right? If so, can you point me to a branch of llvm that can help tracing the bug down to certain line of code. I believe my bug is simply a write/read out of array boundary.
Thanks,Char
Are you planning to release this as soon as it's ready or you want to make it into a major release? Is it possible to let me know (maybe by replying to this thread) once the code is ready? I know sometimes it takes a while to get things in the major release. I greatly appreciate your work on this!
Thanks,Char
Are you planning to release this as soon as it's ready or you want to make it into a major release? Is it possible to let me know (maybe by replying to this thread) once the code is ready? I know sometimes it takes a while to get things in the major release. I greatly appreciate your work on this!Thanks,Char
在 2018-12-15 05:19:50,"Alexey Bataev" <a.ba...@outlook.com> 写道:
Hi Char, I don't know how often it is updated, but most probably it is already updated.
Best regards,Alexey Bataev
Hi Alexey,
Thank you for letting me know. Can I assume the the github mirror is bumped to 9.0 and should contain the commit you mentioned? Just want to make sure I'm looking at the right repo.
Thanks,Char
在 2019-01-23 01:46:44,"Alexey Bataev" <a.ba...@outlook.com> 写道:
Hi, debug info for the NVPTX is committed. It is not a part of 8.0 RC1, unfortunately, only in 9.0 trunk.
------------- Best regards, Alexey Bataev
14.12.2018 17:08, Alexey Bataev пишет:
Ok, I found the problem. The patch, that enables debug info, was
not applied completely. Will fix this soon.
------------- Best regards, Alexey Bataev
Hi Alexey,
Hi Char, I found the problem, for some reason the last patch was
applied correctly. Just committed the fixed version. Tried to
compile axpy.cu, everything works.
------------- Best regards, Alexey Bataev
Hi Alexey,
Hi Alexey,
Thanks for the great work! The version I checked out works most of the time. But I do encounter crashes sometimes. I can't file a bug report on https://bugs.llvm.org/ because I don't have an account. I sent an email to bugs-...@lists.llvm.org for an account already but I haven't heard back. Meanwhile, can you take a look at the issue? I'm attaching the bug report files here -- the clang_error.log has the verbose output from clang and the other files are generated automatically by clang upon the crash. I'm using the above-mentioned commit 48aefa8877713616802d9c90b63f86fe50b9a101 from github mirror. The bug is reproducible on my machine with a nvidia RTX2080 card (sm=Turing75).
Thanks,Char
<bugreport.tar.bz2>
Hi Char, yes, this line causes the crash. You don't need .cu
files (I don't know what files are you talking about, clang does
not generate .cu files). You need just this .s file to reproduce
the error and nothing else.
------------- Best regards, Alexey Bataev
Hi Char, not sure if clang supports 10.2. You can ry to use trunk
instead of release and check it yourself. Most probably clang 10
will support cuda 10. Also, you can use cuda 9 safely, just
replace ptxas in the installation dir with the newest ptxas from
cuda 10.2
------------- Best regards, Alexey Bataev
Hi Char, not sure if clang supports 10.2. You can ry to use trunk instead of release and check it yourself. Most probably clang 10 will support cuda 10. Also, you can use cuda 9 safely, just replace ptxas in the installation dir with the newest ptxas from cuda 10.2