Layla Ghaffari

Results 41 comments of Layla Ghaffari

Thanks for creating this issue. I went ahead and closed [#676](https://github.com/EnzymeAD/Enzyme/issues/676).

Sure, I'll create a PR very soon. Thanks!

> The changes seem fine, can you rebuild that pull request on Enzyme again, there were a few changes added which should ensure this works. Indeed it did work! Thanks!

I am trying to wrap this up but I am not able to compile it. Nothing has really changed since the last time that I was able to compile and...

@jeremylt , this works fine on CPU but the example runs for ever on HIP. I haven't figured out the problem yet.

I think we decided to close this and migrate the remaining pieces to Ratel. I'll go ahead and close it but would like to keep the branch until it is...

I remember from Ookami's talk that performance with GCC was the worst among all compilers. I did a brief experiment before losing access to Ookami. `sve/blocked` with `armclang`: `DoFs/Sec in...

Interesting! Sure, I can give a look in the next couple of days.

I have built Enzyme with `-DCMAKE_BUILD_TYPE=Debug` but when I tried dropping `-O2` from [this line](https://github.com/CEED/libCEED/blob/204c577c903ee56ab3bd54e82c69338118fe1bf6/examples/solids/Makefile#L45), the compilation crashed. Same thing happens with my simple tests.

I am actually interested in retrieving the dofs on the non-periodic boundaries. [This](https://github.com/LeilaGhaffari/palace-lg/blob/lgh/periodic-bc/examples/cube/mesh/cube_periodic_xy.msh) is the mesh I have been testing my implementation with. The corresponding geo file is in the...