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 91646f5 commit 02b08daCopy full SHA for 02b08da
cmake/onednn.cmake
@@ -4,7 +4,9 @@ get_property(DNNL_INCLUDES GLOBAL PROPERTY DNNL_INCLUDES)
4
if (NOT DEFINED DNNL_INCLUDES)
5
include(functions)
6
7
- gc_fetch_content(dnnl main https://github.com/intel-ai/oneDNN.git
+ # TODO: Change to main https://github.com/oneapi-src/oneDNN.git when all the
8
+ # required functionality is merged.
9
+ gc_fetch_content(dnnl dev https://github.com/kurapov-peter/oneDNN.git
10
SKIP_ADD
11
CMAKE_ARGS -DDNNL_IS_MAIN_PROJECT=FALSE -DDNNL_BUILD_TESTS=FALSE -DDNNL_BUILD_EXAMPLES=FALSE
12
)
0 commit comments