We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09073b9 commit 17ee5a6Copy full SHA for 17ee5a6
test/cuda_tests.jl
@@ -51,7 +51,7 @@ end
51
u = cu(rand(4))
52
uprev = cu(rand(4))
53
TERMINATION_CONDITIONS = [
54
- RelTerminationMode, RelNormTerminationMode,
+ RelTerminationMode, RelNormTerminationMode
55
]
56
NORM_TERMINATION_CONDITIONS = [
57
AbsTerminationMode, AbsNormTerminationMode, RelNormSafeTerminationMode,
0 commit comments