Walter J.T.V

Results 14 comments of Walter J.T.V

Thank you, @thatlittleboy , I would love to help if possible on implementing some features, but I don't understand the code structure at all (i haven't digged up much though)....

Neither has shap.plots.waterfall, there should be parametrized colors paramter in the functions, but instead is hardcoded.

My apologies for not explaining with enough detail, I was facing errors due to using constants in compile-time, but now I'm facing issues related to the build operations returning CIR...

I wasn't aware of this unrealized conversion, now after implementing it and testing it I can say that this is far more practical and cleaner than building a new conversion...

Great, then I will try it out today later on. Now moving up to dependency management inside the task directive, I need some way to get the address of a...

No, these variables can be both local or global, so that's why I was asking for a way to achieve the same as the GetGlobalOp for local variables or any...

Okay, so take for instance this basic sample of task dependency usage: ```c int main(){ int x = 5; int y = 413; #pragma omp parallel { #pragma omp task...

@bcardosolopes I wanted to give updates on the local changes that I've got surrounding the implementation of the task directive. There were 2 issues stoping me from uploading a pull...

> > -2. The implementation of the DependClause, which I'm stuck due to not knowing the actual type of the depend vars. MLIR OMP documentation does not provide extensive explanation...

Great explanation @Lancern , thanks for all the time invested, after implementing the task construct I will be checking this out!