File tree Expand file tree Collapse file tree 6 files changed +3
-2
lines changed
numba_dpcomp/math_runtime Expand file tree Collapse file tree 6 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,12 @@ endif()
51
51
52
52
option (DPNP_ENABLE "Use DPNP for some math functions" OFF )
53
53
option (GPU_ENABLE "Enable GPU codegen" OFF )
54
- option (NUMBA_ENABLE "Enable Numba " ON )
54
+ option (NUMBA_ENABLE "Enable numba-based python frontend " ON )
55
55
56
56
message (STATUS "DPNP_ENABLE ${DPNP_ENABLE} " )
57
57
message (STATUS "GPU_ENABLE ${GPU_ENABLE} " )
58
58
message (STATUS "BUILD_TESTING ${BUILD_TESTING} " )
59
+ message (STATUS "NUMBA_ENABLE ${NUMBA_ENABLE} " )
59
60
60
61
include (CTest )
61
62
@@ -74,7 +75,6 @@ endif()
74
75
add_subdirectory (mlir )
75
76
76
77
if (NUMBA_ENABLE )
77
- add_subdirectory (dpcomp_math_runtime )
78
78
add_subdirectory (dpcomp_runtime )
79
79
add_subdirectory (tools )
80
80
add_subdirectory (numba_dpcomp )
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
add_subdirectory (numba_dpcomp/python_runtime )
16
+ add_subdirectory (numba_dpcomp/math_runtime )
16
17
add_subdirectory (numba_dpcomp/mlir_compiler )
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments