TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
97 stars 45 forks source link

CIL macos arm64 #1916

Open epapoutsellis opened 2 months ago

epapoutsellis commented 2 months ago

Description

Astra toolbox supports now arm64 now, see here. All the other libs used by CIL already support this. Useful for people with this OS and faster in some cases. Can work with 2D, 3D parallel geoms but not cone 3D.

gfardell commented 2 months ago

Currently some of our features depend on the IPP library which does not support ARM64. We are looking in to a replacement for the functionality.

epapoutsellis commented 2 months ago

Not sure where IPP is used but for 2D CPU tasks (tomography) there is no problem at all to use CIL optimisation and CIL-Astra plugin.