|
6 | 6 | Cpu64CustomOperator, Cpu64CustomCXXOperator, |
7 | 7 | Cpu64CXXNoopCOperator, Cpu64CXXNoopOmpOperator, |
8 | 8 | Cpu64AdvCXXOperator, Cpu64AdvCXXOmpOperator, |
9 | | - Cpu64FsgCXXOperator, Cpu64FsgCXXOmpOperator |
| 9 | + Cpu64FsgCXXOperator, Cpu64FsgCXXOmpOperator, |
| 10 | + Cpu64CustomCXXOmpOperator, Cpu64CustomCOperator |
10 | 11 | ) |
11 | 12 | from devito.core.intel import ( |
12 | 13 | Intel64AdvCOperator, Intel64AdvOmpOperator, |
|
33 | 34 | from devito.operator.registry import operator_registry |
34 | 35 |
|
35 | 36 | # Register CPU Operators |
36 | | -operator_registry.add(Cpu64CustomOperator, Cpu64, 'custom', 'C') |
| 37 | +operator_registry.add(Cpu64CustomCOperator, Cpu64, 'custom', 'C') |
37 | 38 | operator_registry.add(Cpu64CustomOperator, Cpu64, 'custom', 'openmp') |
38 | 39 | operator_registry.add(Cpu64CustomOperator, Cpu64, 'custom', 'Copenmp') |
39 | 40 | operator_registry.add(Cpu64CustomCXXOperator, Cpu64, 'custom', 'CXX') |
40 | | -operator_registry.add(Cpu64CustomCXXOperator, Cpu64, 'custom', 'CXXopenmp') |
| 41 | +operator_registry.add(Cpu64CustomCXXOmpOperator, Cpu64, 'custom', 'CXXopenmp') |
41 | 42 |
|
42 | 43 | operator_registry.add(Cpu64NoopCOperator, Cpu64, 'noop', 'C') |
43 | 44 | operator_registry.add(Cpu64NoopOmpOperator, Cpu64, 'noop', 'openmp') |
|
0 commit comments