Tal Ben-Nun

Results 141 comments of Tal Ben-Nun

I agree issue (2) should be discussed separately. I would personally also prefer to keep a map with dynamic ranges over a state transition. However, if we are all in...

1. Part of the point of using instrumentation is to allow any SDFG/region to use custom nvtx region. This would be a very strong PR if it did 2. I...

I agree with @alexnick83 's comments > * Example of scopes are Maps. If a Map defines a GPU kernel, then you would create a range around the (I guess)...

Hi @jack1234lee, `ds_scale_mean` refers to the mean value across the dataset, which is used to normalize the actual values (which vary quite a bit, even across pressure levels) into something...

Please do not merge until everyone has had a chance to comment, modify, and approve.

@copilot additionally, how would I create a new backend implementation (e.g., a new platform, or a different language like LLVM IR)? What would change in the design? Could you please...

@copilot please address my latest review

Made my pass on the proposal (and removed the example, which does not make sense in the new construction of the codegen. We will have to discuss that separately). I'll...

> I think Phase 2 should involve a pass that decides on allocation lifetimes of the objects directly on the SDFG level, if I design the sketch on time I...

@mcopik I think it makes sense and I also like the SYCL example. Thanks!