spcl / dace

DaCe - Data Centric Parallel Programming
http://dace.is/fast
BSD 3-Clause "New" or "Revised" License
487 stars 121 forks source link

NumPy 2.0 support #1602

Open BenWeber42 opened 2 months ago

BenWeber42 commented 2 months ago

NumPy 2.0 has been released: https://numpy.org/news/#numpy-200-released

Unfortunately, it introduces some breaking changes which affect DaCe.

A temporary work-around to disable NumPy 2.0 with DaCe is currently in the pipeline: https://github.com/spcl/dace/pull/1601

Nevertheless, we should preferably add NumPy 2.0 support to DaCe.