search for: lebar

Displaying 20 results from an estimated 79 matches for "lebar".

2016 Oct 27
3
problem on compiling cuda program with clang++
On 27 October 2016 at 19:02, Justin Lebar via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hi, it looks like you're compiling CUDA for an ARM host? This is not > a configuration we have tested, nor is it something we have the > capability of testing at the moment. Hi Justin, NVidia TX1 is the AArch64 Jetson board wi...
2016 Oct 27
0
problem on compiling cuda program with clang++
...s great, because I have no experience with this setup. > It should be just a matter of finding them and using with -isystem. As I originally suggested. :) -Justin On Thu, Oct 27, 2016 at 1:04 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 27 October 2016 at 19:02, Justin Lebar via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hi, it looks like you're compiling CUDA for an ARM host? This is not >> a configuration we have tested, nor is it something we have the >> capability of testing at the moment. > > Hi Justin, > > NVidia...
2016 Jul 21
3
[RFC] One or many git repositories?
> On 21 July 2016 at 18:12, Justin Lebar <jlebar at google.com> wrote: > > llvm, clang, clang-tools-extra, lld, polly, lldb, llgo, compiler-rt, > > openmp, and parallel-libs. > > I really, *really* would like to see libc++ / abi / unwind. :) > > My reason is that, when building toolchains, the C++ ABI and...
2016 Jul 22
2
[RFC] One or many git repositories?
...ts from the unified repo would be preferable and we would *want* to change over. Still not clear how to make that work with a sparse checkout. --paulr From: mehdi.amini at apple.com [mailto:mehdi.amini at apple.com] Sent: Thursday, July 21, 2016 4:52 PM To: Robinson, Paul Cc: Renato Golin; Justin Lebar; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] [RFC] One or many git repositories? On Jul 21, 2016, at 4:39 PM, Robinson, Paul <paul.robinson at sony.com<mailto:paul.robinson at sony.com>> wrote: -----Original Message----- From: mehdi.amini at apple.com<mailto:mehdi.amini...
2016 Jul 21
4
[RFC] One or many git repositories?
> -----Original Message----- > From: mehdi.amini at apple.com [mailto:mehdi.amini at apple.com] > Sent: Thursday, July 21, 2016 3:16 PM > To: Robinson, Paul > Cc: Renato Golin; Justin Lebar; llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [RFC] One or many git repositories? > > > > On Jul 21, 2016, at 2:33 PM, Robinson, Paul via llvm-dev <llvm- > dev at lists.llvm.org> wrote: > > > >> On 21 July 2016 at 18:12, Justin Lebar <jlebar at go...
2018 May 01
3
Compiling CUDA with clang on Windows
Dear all, In the official document <https://llvm.org/docs/CompileCudaWithLLVM.html>, it is mentioned that CUDA compilation is supported on Windows as of 2017-01-05. I used msys2 to install clang 5.0.1. Then I installed cuda 8.0. However, I basically could not compile any code of cuda by the prescribed setting. I wounder if anyone can successfully compile cuda code by the clang on Windows.
2016 Jul 27
0
[RFC] One or many git repositories?
> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of > Justin Lebar via llvm-dev > Sent: Wednesday, July 27, 2016 1:32 PM > To: Chris Bieneman > Cc: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [RFC] One or many git repositories? > > Thanks for elaborating, Chris. > > > Case Study 1 - Simple development on a sub-project > &g...
2016 Jul 21
3
[RFC] One or many git repositories?
> Which projects do we put under this monolithic repository? The proposal at the moment is to include llvm, clang, clang-tools-extra, lld, polly, lldb, llgo, compiler-rt, openmp, and parallel-libs. This is the set {llvm} plus the transitive closure of "projects that are version-locked to a project in the set", where the closure is taken over the set of all active LLVM
2016 Aug 29
2
invariant.load metadata semantics
...but you get the picture > int l = a->length; // invariant > delete a; > new(a) array_t(other_length); > int l2 = a->length; // also invariant > } Yes, On Mon, Aug 29, 2016 at 1:21 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > Hi Justin, > > Justin Lebar wrote: >> Sanjoy, can you clarify this bit about JVM array lengths? >> >> Presumably the same pointer can point to two arrays of different lengths >> during a program's execution. > > Yes, if you define "same pointer" as "pointers with the same bitwi...
2016 Oct 27
1
problem on compiling cuda program with clang++
...64. 2. And I obtain all the necessary files for TX1 by JetPack from the host(X86) and so `nvcc` can work rightly. 3. Althrough I can compile LLVM3.9 on TX1, I can not compile the CUDA program using `clang` tools. The error is "sys/cedfs.h no such file". 2016-10-28 4:07 GMT+08:00 Justin Lebar <jlebar at google.com>: > > NVidia TX1 is the AArch64 Jetson board with proper GPU (we use those). > > Sure, I believe that others use this configuration. I was saying, > "we", being, myself and those whom I work closely with, do not. Sorry > if that wasn't...
2016 Jul 21
3
[RFC] One or many git repositories?
> Today I *can* checkout only LLVM and Clang. On a single Git repo I can't. This is true if you s/checkout/clone/. With a single repo, you must clone (download) everything (*), but after you've done so you can use sparse checkouts to check out (create a working copy of) only llvm and clang. So you should only notice the fact that there exist things other than llvm and clang when you
2016 Jul 31
0
[RFC] One or many git repositories?
> On Jul 31, 2016, at 12:36 AM, Justin Lebar via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> This suggests what we really want in this case are several updates (one to each repository) on a branch that is then merged in one instant into the umbrella repository. Then the only thing the bots would see would be the merge co...
2016 Jul 27
1
[RFC] One or many git repositories?
On Thu, Jul 28, 2016 at 9:24 AM, Robinson, Paul via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > > -----Original Message----- > > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of > > Justin Lebar via llvm-dev > > Sent: Wednesday, July 27, 2016 1:32 PM > > To: Chris Bieneman > > Cc: llvm-dev at lists.llvm.org > > Subject: Re: [llvm-dev] [RFC] One or many git repositories? > > > > Thanks for elaborating, Chris. > > > > > Case Study 1 - Simple...
2016 Aug 01
0
[RFC] One or many git repositories?
> On Jul 31, 2016, at 12:56 AM, Michael Gottesman via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Jul 31, 2016, at 12:36 AM, Justin Lebar via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >>> This suggests what we really want in this case are several updates (one to each repository) on a branch that is then merged in one instant into the umbrella repository. Then the o...
2016 Jul 21
2
[RFC] One or many git repositories?
On Wed, Jul 20, 2016 at 5:02 PM, Justin Bogner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Justin Lebar via llvm-dev <llvm-dev at lists.llvm.org> writes: > > I would like to (re-)open a discussion on the following specific > question: > > > > Assuming we are moving the llvm project to git, should we > > a) use multiple git repositories, linked together as subrepos...
2016 Jul 21
4
[RFC] One or many git repositories?
On Wed, Jul 20, 2016 at 5:02 PM Justin Bogner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Justin Lebar via llvm-dev <llvm-dev at lists.llvm.org> writes: > > I would like to (re-)open a discussion on the following specific > question: > > > > Assuming we are moving the llvm project to git, should we > > a) use multiple git repositories, linked together as subrepos...
2016 Aug 21
2
Memory scope proposal
...truction semantics imposes a much larger burden on the rest of the community. That burden has to be well justified and supported." It is not clear to me right now if the "use case" makes it "well justified" or not (an alternative being using intrinsic for OpenCL as Justin Lebar mentioned). I don’t feel I can answer this, so adding CC Chandler and Sanjoy to begin with. — Mehdi > Mehdi, if things get to the point where you think they're good to go and no one else has chimed in, ping me. I'm not going to be following until then, but I'll make the time for...
2016 Jul 27
0
[RFC] One or many git repositories?
...e I don't believe you'll build consensus in this thread. I think the best that can be hoped for is opposition to give up fighting; advantages are to be had on both sides by different types of user and we've seen that many times in this thread. James On Wed, 27 Jul 2016 at 19:33, Justin Lebar <jlebar at google.com> wrote: > Maybe we can hit the pause button on this issue of a survey vs > consensus-building. I think it's a distraction from the main issue > here, and it makes it harder for everyone else to participate in the > thread. > > That said, I really...
2016 Aug 01
3
[GPUCC] link against libdevice
...> /tmp/scalarProd-181f7e.o /tmp/scalarProd-32a530.s > ptxas fatal : Unresolved extern function '__nv_mul24' > clang-3.9: error: ptxas command failed with exit code 255 (use -v to see > invocation) > > Thanks! > Yuanfeng > > On Mon, Aug 1, 2016 at 1:04 AM, Justin Lebar <jlebar at google.com> wrote: >> >> Hi, Yuanfeng. >> >> What version of clang are you using? CUDA is only known to work at >> tip of head, so you must build clang yourself from source. >> >> I suspect that's your problem, but if building from sou...
2016 Jul 25
6
[RFC] One or many git repositories?
Hi, all. I feel like we've strayed pretty far from the question originally posed in this thread. One of the pieces of feedback I got before I started this thread was that many people felt that, the last time the question of multiple repos vs. monorepo was discussed, it was interspersed with other topics, making it difficult for some people to weigh in appropriately (or even to be aware that