Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix HUGETLB allocation for TLS mode as well #4681

Merged
merged 1 commit into from
May 7, 2024

Conversation

martin-frbg
Copy link
Collaborator

part missed in #4662

@martin-frbg martin-frbg added this to the 0.3.28 milestone May 7, 2024
@martin-frbg martin-frbg merged commit d66aa63 into OpenMathLib:develop May 7, 2024
67 of 74 checks passed
rgommers added a commit to rgommers/OpenBLAS that referenced this pull request Dec 18, 2024
The warning was:
```
/home/rgommers/code/pixi-dev-scipystack/openblas/OpenBLAS/driver/others/memory.c: At top level:
/home/rgommers/code/pixi-dev-scipystack/openblas/OpenBLAS/driver/others/memory.c:2565:14: warning: 'alloc_hugetlb' defined but not used [-Wunused-function]
 2565 | static void *alloc_hugetlb(void *address){
      |              ^~~~~~~~~~~~~
```

The added define is the same as is already present in the TLS part of
`memory.c`. This follows up on OpenMathLibgh-4681.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant