Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea9d4b0

Browse filesBrowse files
committed
turn off oneapi backend by default
1 parent 29d2640 commit ea9d4b0
Copy full SHA for ea9d4b0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ include(config_ccache)
6262
option(AF_BUILD_CPU "Build ArrayFire with a CPU backend" ON)
6363
option(AF_BUILD_CUDA "Build ArrayFire with a CUDA backend" ${CUDA_FOUND})
6464
option(AF_BUILD_OPENCL "Build ArrayFire with a OpenCL backend" ${OpenCL_FOUND})
65-
option(AF_BUILD_ONEAPI "Build ArrayFire with a oneAPI backend" ${IntelDPCPP_FOUND})
65+
option(AF_BUILD_ONEAPI "Build ArrayFire with a oneAPI backend" OFF)
6666
option(AF_BUILD_UNIFIED "Build Backend-Independent ArrayFire API" ON)
6767
option(AF_BUILD_DOCS "Create ArrayFire Documentation" ${DOXYGEN_FOUND})
6868
option(AF_BUILD_EXAMPLES "Build Examples" ON)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.