Guilherme Leobas

Results 187 comments of Guilherme Leobas

Hi @louisamand, so, the program is crashing because it used all the RAM memory available?

Thanks. I'll add it for discussion in the next triage meeting.

> Adding in SSA would probably "fix" it. So, DeadLoopElimination needs to run after SSA.

> > > Adding in SSA would probably "fix" it. > > > > > > So, DeadLoopElimination needs to run after SSA. > > This is because (partial) type...

Hi @cmdares, you can achieve something similar using the [Remote Backend Compiler](https://github.com/xnd-project/rbc/) project. I am sharing with you a small jupyter notebook that computes the euclidean distance using both the...

Hi @Sivannnnnn > Hello, this is my custom function, and when I pass in (I, j), it works fine. But when I pass (I, array[1.1,1.2,1.3]), the program will report a...

@Sivannnnnn, > My requirement is that I need to use a specific multidimensional array generated by my production environment and the list of multidimensional arrays in the table to compute...

> Could you share any info on the plan for distribution? Is this going to require a C++ compiler at runtime, or was the idea of emitting numba code still...

Hey @sharkdp, what about creating a `max` as well as `min` function in shell-functools? I can work on something if there is interest. ``` max :: Array -> Int find...