You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting the project to C++, I missed the two _Static_assert()
calls in the CUDA configure checks, resulting in those tests always
failing. Convert to static_assert() such that the tests will work
with either a C or C++ compiler.
Signed-off-by: Brian Barrett <[email protected]>
0 commit comments