Gabriel Baraldi

Results 231 comments of Gabriel Baraldi

I believe so, if the code isn't super complex (I don't believe it would be)

This looks pretty good IMO.

Could you try on 1.11, I'm curious if it makes a difference. There were some changes in and around this. You will also need a very new C compiler/binutils.

Yeah so first thing I would do is the same workflow you were doing and hitting the error and do it with julia 1.11-beta. Though I think the compiler that...

This is fixed by https://github.com/JuliaLang/julia/pull/51520, but it needs to get backported, to 1.10 for sure, but I'm not sure another 1.9 is happening

The vectorization passes should do it, but I don't think we run them in the GPUCompiler pipeline

So I was taking a look into why it doesn't like vectorizing some simple loops and it said > Pass: loop-vectorize > Name: CantVersionLoopWithDivergentTarget DebugLoc: { File: 'REPL[2]', Line: 2,...

We were in a zoom call unfortunately, which I don't think was recorded. Ideally what we could do is to go back to numerical land from the string land, because...

As it turns out. Git is hard :smile_cat:

Could you try on 1.10? I believe there we should use the jitlink machinery no? And it might be the arm64-apple arch playing oddly with the JIT, we had this...