ct-clmsn / chplx

A Chapel backend
Apache License 2.0
4 stars 2 forks source link

chplx::Array operators perform differently #54

Closed SAtacker closed 1 year ago

SAtacker commented 1 year ago

I used the indexing operator [] and the performance was atleast 600 times better when compared to using operator (). Is the major reason hpx::generator ? (It was the heat.cpp code that I had tested with the changed access patterns)

CC @hkaiser @ct-clmsn

SAtacker commented 1 year ago

Resolved in #55