posterior / distributions

Low-level primitives for collapsed Gibbs sampling in python and C++
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

aarch64 support #20

Open srounce opened 3 months ago

srounce commented 3 months ago

I recently tried building distributions for aarch64, but the code seems quite specific to x86. Does a port exist/is there one planned for aarch64?

fritzo commented 3 months ago

I am unaware of any plans or efforts to port distributions to aarch64. However, the cython implementations should be architecture independent. Distributions ships with three implementations: python, cython, and c++. Probably the first step to supporting aarch64 would be to disable c++ for aarch64 so at least the cython implementation could be built.