Skip to content

Update cuda.c#1

Merged
RodneyNeilMorris merged 1 commit intomasterfrom
RodneyNeilMorris-cuda_assert
Sep 17, 2020
Merged

Update cuda.c#1
RodneyNeilMorris merged 1 commit intomasterfrom
RodneyNeilMorris-cuda_assert

Conversation

@RodneyNeilMorris
Copy link
Copy Markdown
Owner

Calling assert(0) in check_error causes an abort before the error message is written.
The error() method calls assert (and exit(-1)) anyway, so no need to assert here.

Calling assert(0) in check_error causes an abort before the error message is written.
The error() method calls assert (and exit(-1)) anyway, so no need to assert here.
@RodneyNeilMorris RodneyNeilMorris merged commit acea589 into master Sep 17, 2020
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