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

Brodey | unified memory #62

Merged
merged 34 commits into from
Dec 19, 2024
Merged

Brodey | unified memory #62

merged 34 commits into from
Dec 19, 2024

Conversation

brodeynewman
Copy link
Collaborator

No description provided.

@brodeynewman brodeynewman marked this pull request as ready for review December 19, 2024 03:55
client.cpp Outdated Show resolved Hide resolved
static jmp_buf catch_segfault;
static void* faulting_address = nullptr;

static void segfault(int sig, siginfo_t* info, void* unused) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use void* unused to pass the parent segfault handler?

client.cpp Outdated Show resolved Hide resolved
codegen/manual_client.cpp Outdated Show resolved Hide resolved
@brodeynewman brodeynewman changed the title Brodey/unified Brodey | unified memory Dec 19, 2024
@brodeynewman brodeynewman merged commit 6073932 into main Dec 19, 2024
1 check passed
@brodeynewman brodeynewman deleted the brodey/unified branch December 19, 2024 04:41
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