Skip to content

Question regarding pagesize definition #5657

@green-br

Description

@green-br

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions