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

sync dev2 and paru_dev2 #832

Merged
merged 7 commits into from
Jun 7, 2024
Merged

sync dev2 and paru_dev2 #832

merged 7 commits into from
Jun 7, 2024

Conversation

DrTimothyAldenDavis
Copy link
Owner

The paru_dev2 branch is a working branch for major changes to ParU. Most of those are done so I think I can delete paru_dev2 soon. In the meantime, sync it with the main development branch, dev2.

DrTimothyAldenDavis and others added 7 commits June 6, 2024 09:04
Clang 17 emits more warnings (or errors) when it comes to incompatible
pointer types.

`_InterlockedCompareExchange` is declared with `long volatile *` as the
type of its first input argument
See: https://learn.microsoft.com/en-us/cpp/intrinsics/interlockedcompareexchange-intrinsic-functions?view=msvc-170

`int32_t` is `int` on Windows. While `long` and `int` have the same size
on Windows (LLP64 data model), they are technically distinct types.

Avoid the compiler warning by casting to the pointer type expected by
that function.
GraphBLAS: Avoid warning from Clang 17.
Avoid including headers in extern "C" blocks
CI: Add runner that builds MSVC target with `clang`/`clang++`
@DrTimothyAldenDavis DrTimothyAldenDavis merged commit 3dccb5d into paru_dev2 Jun 7, 2024
6 checks passed
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.

2 participants