Skip to content

Commit 02b08da

Browse files
AndreyPavlenkoleshikus
authored andcommitted
Updated the URL of the oneDNN fork repository (#45)
1 parent 91646f5 commit 02b08da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmake/onednn.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ get_property(DNNL_INCLUDES GLOBAL PROPERTY DNNL_INCLUDES)
44
if (NOT DEFINED DNNL_INCLUDES)
55
include(functions)
66

7-
gc_fetch_content(dnnl main https://github.com/intel-ai/oneDNN.git
7+
# 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
810
SKIP_ADD
911
CMAKE_ARGS -DDNNL_IS_MAIN_PROJECT=FALSE -DDNNL_BUILD_TESTS=FALSE -DDNNL_BUILD_EXAMPLES=FALSE
1012
)

0 commit comments

Comments
 (0)