Michael Ferguson
Michael Ferguson
@DanilaFe - do you know why this might be?
If anybody wants to try this, I think a first next step is to see if you can follow https://enzyme.mit.edu/getting_started/UsingEnzyme/ . It might be worth trying to follow along first...
that's great @lucaferranti! BTW, if you want to look at integrating enzyme into the compilation process in a more user-friendly way, I can see these steps: * adjust the compiler...
> To me, the next logical step would be to get it to work with arrays first, at least for simple restricted cases. (I guess a function with a small...
> I'm not as familiar with this part of our implementation, so this is more of a guess and @mppf (who I think wrote it, albeit a decade ago) may...
Related to #14282 is the idea that we could use a UTF-8 symbol such as `•`
I doubt it, because there would be an ambiguity between matrix multiplication and method call. Eg ``` chapel var C = some kind of matrix thing; var isdiagonal = some...
FWIW I brought up this question because I was thinking about how a Matrix type was a motivating example for user-defined implicit conversions. One of the things we might get...
It's currently the case that `@` is used for attributes as in `@chpldoc.nodoc proc foo() { }`. It's currently the case that you can also write `@ chpldoc.nodoc proc foo()...
I've created #25020 to propose not allowing space after `@` for attributes.