New feature: internal validation #401
TysonRayJones
announced in
Announcements
Replies: 1 comment
-
Added in 9fcb5eb |
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
-
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