-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
I am trying to understand whether OpenBLAS handles systems with different pagesize and how to change it if different to any values in header files. I see in common_arm64.h that #define PAGESIZE ( 4 << 10) which is 4kb. It is common to see larger page sizes on Arm such as 64kb. Any thoughts how best to configure the larger pagesize? Is it a matter of defining this on the command line with other options using Make? How would it work with Cmake? At the moment I see:
OpenBLAS : munmap failed:: Invalid argument
error code=22, release->address=0x40024a171000
When OpenBLAS is called from Open3d in Python on Arm.
Reactions are currently unavailable