Conner Dailey
Conner Dailey
@omlins : Thanks for the reply. I have joined the Julia Slack, so I will be sure to use it in the future. I just don't understand how to do...
I can't even figure out how to properly select the interior points. Following this example: ``` import ParallelStencil.INDICES const ix, iy = INDICES[1], INDICES[2] ixi, iyi = :($ix+1), :($iy+1) macro...
Thanks for your help @omlins Here is what I have settled on (for those who may want to do that same thing as me), please let me know if you...
@omlins Thanks, I understand much better how `CellArrays` is meant to work now. I find too often I try to reinvent the wheel. When in doubt, someone smarter in Julia...
@omlins Oh, I see. I would certainly like to run on a GPU at some point, but I have many problems to surmount before what I want to do is...
Ah, whoops, forgot about that for `BenchmarkTools.jl`. I reverted the version to v18.1, but that didn't solve the performance issue. So I reverted all the way back to v13.4 which...
Ok, I have confirmed that the performance was changed significantly in v0.17.0 Something to do with "Refactor @einsum"?
No rush, I can always use earlier versions after all. I will work on producing a minimal working example. My project is very complicated, so its hard to pin down...
I will see if I can make a minimal working example. Sorry, I just defended my Ph.D., so I have not been worrying about this.