Skip to content

Commit

Permalink
Remove default activation for OpenCL interoperability mode
Browse files Browse the repository at this point in the history
  • Loading branch information
a-doumoulakis committed Aug 22, 2017
1 parent 3f015df commit 5bf6cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindTriSYCL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ endif()

#triSYCL options
option(TRISYCL_OPENMP "triSYCL multi-threading with OpenMP" ON)
option(TRISYCL_OPENCL "triSYCL OpenCL interoperability mode" ON)
option(TRISYCL_OPENCL "triSYCL OpenCL interoperability mode" OFF)
option(TRISYCL_NO_ASYNC "triSYCL use synchronous kernel execution" OFF)
option(TRISYCL_DEBUG "triSCYL use debug mode" OFF)
option(TRISYCL_DEBUG_STRUCTORS "triSYCL trace of object lifetimes" OFF)
Expand Down

0 comments on commit 5bf6cdc

Please sign in to comment.