Tal Ben-Nun

Results 141 comments of Tal Ben-Nun

@szaman19 Thanks! Please tag me again once you do.

This should be fixed the same way other frontends handle this: Start a new state, add `__sym_x = x` interstate assignments, followed by using `__sym_x` for the sizes. I can...

@yurivict yes, you can see how LBANN is compiled on our GitHub CI. I have never encountered those two compiler errors, so I think it could be some dependency version...

@phschaad it's not memlet propagation, it's the Python frontend. The culprit is in newast.py, line 3134-3135: ```python if ignore_indices: to_squeeze_rng = rng.offset_new(offset, True) ``` Upon squeezing, the offset of the...

As a note, some FPGA compilers we use would not work with C++17, which is part of the reason why we stayed in C++14.

if we can enforce C++17 aligned new on CPU codegen and C++14 on FPGA, I am ok.

This looks like it is related to MacOS and DaCe. Have you tried the MacOS instructions in https://spcldace.readthedocs.io/en/latest/setup/installation.html#common-issues-with-the-dace-python-module ?

Superseded and cherry-picked into #2071