New feature: internal validation #401
Closed
TysonRayJones
announced in
Announcements
Replies: 2 comments
-
Added in 9fcb5eb |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
contributor: Tyson Jones
release: v4
In addition to the user-input validation, QuEST now has a system for detecting and handling internal errors. All compile conditions assumed by files (e.g. is this macro valid? Is an
nvcc
compiler being used?) are checked with pre-processors, and all run-time conditions (e.g. this function is being dispatched to GPU - was the backend compiled withnvcc
?) are explicitly checked.Beta Was this translation helpful? Give feedback.
All reactions