8000
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 87a331e commit 8952890Copy full SHA for 8952890
src/core/defines.rs
@@ -58,7 +58,7 @@ pub enum AfError {
58
#[derive(Clone, Copy, Debug, PartialEq)]
59
#[cfg_attr(feature = "afserde", derive(Serialize, Deserialize))]
60
pub enum Backend {
61
- /// Default backend order: OpenCL -> CUDA -> CPU
+ /// Default backend order: CUDA -> OpenCL -> CPU
62
DEFAULT = 0,
63
/// CPU a.k.a sequential algorithms
64
CPU = 1,
0 commit comments